We don't need jQuery for this

print-window-tiddler
Jeremy Ruston 2012-01-03 17:41:54 +00:00
rodzic ffbed4edbd
commit ebc127b2cb
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -60,9 +60,7 @@ function executeModule(modName,modRoot) {
}
}
$(function() {
// Execute the main module
var app = new (executeModule("js/App.js").App)();
})
// Execute the main module
var app = new (executeModule("js/App.js").App)();
})();