https://bugzilla.wikimedia.org/show_bug.cgi?id=30446
--- Comment #3 from darklama <[email protected]> 2011-08-23 20:36:15 UTC --- To explain a bit more, mw.loader.using might be called before: 1. One or more modules are known about. 2. Any dependencies are known about. 3. Dependencies have reached ready or error status. 4. One or more modules have reached ready or error status. mw.loader.using might be called after: 5. Some modules are known about and others are not. 6. Some dependencies are known about and others are not. 7. Some dependencies have reached ready status and others have not. 8. Some dependencies have reached error status. 9. All modules and dependencies have reached ready status. 1 through 7 require deferred checking until 8 or 9 is true. 8 can call the error callback immediately. 9 can call the ready callback immediately. -- 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
