template/base/assets/js/app.js in edge_framework-2.0.0.a vs template/base/assets/js/app.js in edge_framework-2.0.0
- old
+ new
@@ -5,11 +5,9 @@
},
doSomething: function(e) {},
doSomething2: function(e) {},
};
-
-
function start() {
app.init();
}
$(document).ready(start);
\ No newline at end of file