Fix usage of the jQuery global in a few spots.
[lhc/web/wiklou.git] / resources / mediawiki / mediawiki.js
index 2ae11e8..6f9e789 100644 (file)
@@ -558,7 +558,7 @@ window.mw = window.mediaWiki = new ( function( $ ) {
                                                } );
                                        }
                                } else if ( $.isFunction( script ) ) {
-                                       script( jQuery );
+                                       script( $ );
                                        markModuleReady();
                                }
                        } catch ( e ) {