https://bugzilla.wikimedia.org/show_bug.cgi?id=34845
--- Comment #5 from Krinkle <[email protected]> 2012-03-10 13:34:28 UTC --- Side note: Please do not bind events to the mw object using jQuery Events. This is not supported, documented or encouraged anywhere. This is the first time I've seen such thing. Please create a new object and you're free to bind events to it that way. For example: mw.schnarkAwesomeTool = {}; $(mw.schnarkAwesomeTool).bind('custom-event', ..); -- 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
