[DE] refactoring
This commit is contained in:
parent
1494f1f807
commit
e50396f5ae
|
@ -30,11 +30,7 @@
|
||||||
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
|
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
(function ($) {
|
+function ($) {
|
||||||
|
|
||||||
$(function(){
|
|
||||||
ApplicationView.create();
|
ApplicationView.create();
|
||||||
ApplicationController.create();
|
ApplicationController.create();
|
||||||
})
|
}();
|
||||||
|
|
||||||
})(window.jQuery);
|
|
||||||
|
|
Loading…
Reference in a new issue