]> source.dussan.org Git - jquery-ui.git/commitdiff
one more for #2928 - Plugin instances should not be exposed in the ui parameter of...
authorRichard Worth <rdworth@gmail.com>
Sat, 7 Jun 2008 19:57:55 +0000 (19:57 +0000)
committerRichard Worth <rdworth@gmail.com>
Sat, 7 Jun 2008 19:57:55 +0000 (19:57 +0000)
ui/ui.accordion.js

index 7ba499d493633ee6f10d5c814b036dd7105e630d..b2c36ce5311604c6120e1f2eb29e6f835a66d1f1 100644 (file)
@@ -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,