documentation
[mkws-moved-to-github.git] / src / mkws-jquery.js
index 4145652..73bd406 100644 (file)
@@ -144,6 +144,5 @@ function _mkws_jquery_plugin($) {
 };
 
 
-// XXX: enable before page load, so we could call it before mkws() runs
-_mkws_jquery_plugin(mkws.$);
-
+// enable before page load, so we could call it before mkws() runs
+_mkws_jquery_plugin(jQuery);