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

Krinkle <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Summary|pass error info to loading  |Pass error info to error
                   |decency error handlers      |callbacks in mw.loader

--- Comment #1 from Krinkle <[email protected]> 2011-09-02 20:58:32 UTC ---
There is another call to error in mw.loader.using, 

            // If any dependencies have errors execute error immediately
            else if ( filter( ['error'], dependencies ).length ) {
                if ( $.isFunction( error ) ) {
                    error();
                }
            }

Perhaps fix that one too.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
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