Commit e50396f5 authored by Maxim Kadushkin's avatar Maxim Kadushkin

[DE] refactoring

parent 1494f1f8
......@@ -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();
}();
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment