diff --git a/tiddlywiki5/BootLoader.js b/tiddlywiki5/BootLoader.js index 4f305a40c..04aabed36 100644 --- a/tiddlywiki5/BootLoader.js +++ b/tiddlywiki5/BootLoader.js @@ -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)(); })(); \ No newline at end of file