r2449 - Fix for 4427. Per Scott G; Widgets cannot presently have getters and setters with the sam...
Author: powella
Date: Sun Apr 12 15:05:53 2009
New Revision: 2449
Modified:
trunk/ui/ui.progressbar.js
Log:
Fix for 4427. Per Scott G; Widgets cannot presently have getters and
setters with the same name. Scott's changes to the widget factory enable
this and will be merged soon.
Modified: trunk/ui/ui.progressbar.js
==============================================================================
--- trunk/ui/ui.progressbar.js (original)
+++ trunk/ui/ui.progressbar.js Sun Apr 12 15:05:53 2009
@@ -106,7 +106,8 @@
version: "@VERSION",
defaults: {
value: 0
- }
+ },
+ getter: "value"
});
})(jQuery);