From: Richard Worth Date: Sat, 7 Jun 2008 19:57:55 +0000 (+0000) Subject: one more for #2928 - Plugin instances should not be exposed in the ui parameter of... X-Git-Tag: 1.5.1~157 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=938369202574eafed98d927a2ead380fd75794a2;p=jquery-ui.git one more for #2928 - Plugin instances should not be exposed in the ui parameter of callbacks --- diff --git a/ui/ui.accordion.js b/ui/ui.accordion.js index 7ba499d49..b2c36ce53 100644 --- a/ui/ui.accordion.js +++ b/ui/ui.accordion.js @@ -166,7 +166,6 @@ function clickHandler(event) { options.active.parent().andSelf().toggleClass(options.selectedClass); var toHide = options.active.next(), data = { - instance: this, options: options, newHeader: jQuery([]), oldHeader: options.active, @@ -209,7 +208,6 @@ function clickHandler(event) { toHide = options.active.next(), //data = [clicked, options.active, toShow, toHide], data = { - instance: this, options: options, newHeader: clicked, oldHeader: options.active,