From f94beb7f948f7cbf36de0b49c5c4e413cde31dc2 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Sat, 20 Sep 2008 12:46:45 +0000 Subject: Removed exposure of internal instance in progressbar's ui callback parameter. See #2928 --- ui/ui.progressbar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/ui.progressbar.js b/ui/ui.progressbar.js index 9d9c64cb2..eeb30dd7e 100644 --- a/ui/ui.progressbar.js +++ b/ui/ui.progressbar.js @@ -176,7 +176,6 @@ $.widget("ui.progressbar", { ui: function(e) { return { - instance: this, identifier: this.identifier, options: this.options, element: this.bar, -- cgit v1.2.3