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

--- Comment #9 from darklama <darkl...@gmail.com> 2011-08-25 01:10:45 UTC ---
(In reply to comment #6)
> (In reply to comment #5)
> > (In reply to comment #4)
> > > ... so you agree with me that the error callback should be called at load 
> > > time
> > > when you did a mediawiki.loader.using() call for an unregistered module 
> > > that
> > > stays unregistered?
> > 
> > Yes, if you mean mw.loader.load(module) is called before or without
> > mw.loader.register(module) or mw.loader.implement(module).
> 
> 
> .load() indeed, as well as for .using()

I disagree. .using() should be safe to call before .register and
.implement. Just as $(document).ready is safe to call before the
document is ready and the callback isn't called until the document
is ready.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to