resourceloader: Move 'mw.config' assignment from startup.js to mediawiki.js
[lhc/web/wiklou.git] / resources / src / startup / startup.js
index da048ff..06c6737 100644 (file)
@@ -113,7 +113,6 @@ if ( !isCompatible( navigator.userAgent ) ) {
         */
        ( function () {
                /* global mw */
-               mw.config = new mw.Map( $VARS.wgLegacyJavaScriptGlobals );
 
                $CODE.registrations();