generate apache config file for jasmine
[mkws-moved-to-github.git] / src / mkws-jquery.js
index 6b4db5f..0756d54 100644 (file)
@@ -144,7 +144,5 @@ function _mkws_jquery_plugin($) {
 };
 
 
-(function(j) {
-    // enable before page load, so we could call it before mkws() runs
-    _mkws_jquery_plugin(j);
-})(jQuery);
+// enable before page load, so we could call it before mkws() runs
+_mkws_jquery_plugin(jQuery);