[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
|
||||
*
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$(function(){
|
||||
ApplicationView.create();
|
||||
ApplicationController.create();
|
||||
})
|
||||
|
||||
})(window.jQuery);
|
||||
+function ($) {
|
||||
ApplicationView.create();
|
||||
ApplicationController.create();
|
||||
}();
|
||||
|
|
Loading…
Reference in a new issue