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

--- Comment #3 from Krinkle <[email protected]> 2012-05-12 01:20:58 UTC ---
mw.html.escape is easily re-created.

The ResourceLoader object constructor would take an option object:
mw.loader = new ResourceLoader({
    log: mw.log,
    msgStore = mw.messages.values
    ..
});

Last year that sounded do-able, but today we also have custom load sources and
callback queue. So it gets a little more complicates. Though using
$.Callbacks() might make some of that easier (if we want to depend on jQuery
for the core loader framework).

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