r724 - trunk/ui
r724 - trunk/ui
Author: rdworth
Date: Sat Sep 20 05:46:45 2008
New Revision: 724
Modified:
trunk/ui/ui.progressbar.js
Log:
Removed exposure of internal instance in progressbar's ui callback
parameter. See #2928
Modified: trunk/ui/ui.progressbar.js
==============================================================================
--- trunk/ui/ui.progressbar.js (original)
+++ trunk/ui/ui.progressbar.js Sat Sep 20 05:46:45 2008
@@ -176,7 +176,6 @@
ui: function(e) {
return {
- instance: this,
identifier: this.identifier,
options: this.options,
element: this.bar,