https://bugzilla.wikimedia.org/show_bug.cgi?id=27970

           Summary: Wrong variable in
                    phase3/resources/mediawiki/mediawiki.js
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: Javascript
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created attachment 8276
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8276
Patch for resources/mediawiki/mediawiki.js

In
http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/resources/mediawiki/mediawiki.js?view=markup#l1018

the variable must be "modules" instead of "dependencies".

Actual result:

 >>> mediaWiki.loader.load(false)
 Error: dependencies must be a string or an array, not a undefined

Expected result:

 >>> mediaWiki.loader.load(false)
 Error: modules must be a string or an array, not a boolean

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to