https://bugzilla.wikimedia.org/show_bug.cgi?id=56550
--- Comment #4 from Ltrlg <[email protected]> --- (In reply to comment #3) > (In reply to comment #1) > > mw.config.get('wg*') is currently basically a wrapper for window.wg*. To > > make > > such deprecation notices possible we'd have to duplicate the values, which > > could cause them to get out-of-sync if something modified them after page > > load. > > Is this an actual issue? Once they are set, they shouldn't be changed anyway. > So using a new object for mw.config.values instead of window and copying the > variables over when they are set the first time using mw.log.deprecate > shouldn't break more than replacing some of the wikibits.js functions with > $.noop will break. Apparently VisualEditor sets one, see bug 56532. -- 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
