From 938369202574eafed98d927a2ead380fd75794a2 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Sat, 7 Jun 2008 19:57:55 +0000 Subject: [PATCH] one more for #2928 - Plugin instances should not be exposed in the ui parameter of callbacks --- ui/ui.accordion.js | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.39.5