https://bugzilla.wikimedia.org/show_bug.cgi?id=39383
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|jquery.badge.js should |jquery.badge.js should |return "this" (a reference |return "this" (a reference |to the jQuery DOM-Node) |to the jQuery object) --- Comment #1 from Krinkle <[email protected]> 2012-08-16 17:09:45 UTC --- Rephrase summary, there is no such thing as a "jQuery Node". jQuery objects are instances of jQuery which have an array-like collection internally with one or more element. We don't want to return the node, but the jQuery object itself (which the prototype methods for other plugins and built-in methods etc.). -- 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
