Blame | Letzte Änderung | Log anzeigen | RSS feed
function test(id, buttons) // cool function{alert('hello');alert('hello again'); // And again.// Valid comment.}//end test()var good = true; // Indeed.mig.Gallery.prototype = {init: function(cb){},//end init()imageClicked: function(id){}//end imageClicked()};