From c94ffa276b5101275fe2234501417e92f018b439 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Sat, 7 Jun 2008 19:32:51 +0000 Subject: fixed #2928 - Plugin instances should not be exposed in the ui parameter of callbacks --- ui/ui.tabs.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/ui.tabs.js') diff --git a/ui/ui.tabs.js b/ui/ui.tabs.js index 0f4ca1be3..4d0cfbb16 100644 --- a/ui/ui.tabs.js +++ b/ui/ui.tabs.js @@ -38,7 +38,6 @@ $.widget("ui.tabs", { }, ui: function(tab, panel) { return { - instance: this, options: this.options, tab: tab, panel: panel -- cgit v1.2.3