https://bugzilla.wikimedia.org/show_bug.cgi?id=33952
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected]. |[email protected] |org | Summary|move (old) toolbar init |Refactor mw.action.edit |script to Ressource Loader |related JavaScript as | |dynamic ResourceLoader | |module --- Comment #1 from Krinkle <[email protected]> 2012-01-28 15:53:32 UTC --- Yes, I've been wanting this for a long while. * Remove inline code * Move into regular module or into a dynamically generated module (i.e. a new Module class) * Change JS logic to allow multiple building stages (i.e. addButton should work at any time not just before initialization) * Make .init() a once-function, and enqueue into document-ready from the 1-line init-module Note that recently Brion has made some changes in the 1.19-dev version that solved a few problems as well. -- 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
