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

           Summary: second argument in mw.loader's resolve() is redefined
                    before used
           Product: MediaWiki
           Version: 1.17
          Platform: All
               URL: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3
                    /resources/mediawiki/mediawiki.js?revision=83649&view=
                    markup#l589
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Resource Loader
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


On line 605:
                var resolved = [];

The resolved variable is redefined but it was (and is) never used.

There's also no call to the resolve() function anywhere with more than 1
argument, for that reason I haven't touched this yet since I'm not 100% sure
what it's supposed to do.

I'm guessing a callback function, but then agian, it's not used nor called
anywhere...

-- 
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