Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
function test(id, buttons) // cool function
2
{
3
    alert('hello');
4
    alert('hello again'); // And again.
5
    // Valid comment.
6
 
7
}//end test()
8
 
9
var good = true; // Indeed.
10
 
11
mig.Gallery.prototype = {
12
 
13
    init: function(cb)
14
    {
15
 
16
    },//end init()
17
 
18
    imageClicked: function(id)
19
    {
20
 
21
    }//end imageClicked()
22
 
23
};