Blame | Letzte Änderung | Log anzeigen | RSS feed
var Lock = function () { return { //main function to initiate the module init: function () { } }; }(); jQuery(document).ready(function() { Lock.init(); });
var Lock = function () {
return {
//main function to initiate the module
init: function () {
}
};
}();
jQuery(document).ready(function() {
Lock.init();
});