https://bugzilla.wikimedia.org/show_bug.cgi?id=19888
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WONTFIX --- Comment #3 from Krinkle <[email protected]> 2011-04-06 22:06:51 UTC --- * wikbits.js is already deprecated, up to be quarantined in 1.19 into mw.legacy * global wg* variables are also deprecated and moved to mw.config, currently still shadowed to the global space as well for backwards compatibility. All usage in core is or soon will be replaced. One of the advantages to mw.config is that it wont cause any 'undefined' errors (takes care of that internally through the mw.Map() constructor) -- 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
