r2404 - Progressbar: refactored for auto-detection of getters.
Author: scott.gonzalez
Date: Mon Mar 30 06:17:28 2009
New Revision: 2404
Modified:
branches/dev/widget-factory/ui/ui.progressbar.js
Log:
Progressbar: refactored for auto-detection of getters.
Modified: branches/dev/widget-factory/ui/ui.progressbar.js
==============================================================================
--- branches/dev/widget-factory/ui/ui.progressbar.js (original)
+++ branches/dev/widget-factory/ui/ui.progressbar.js Mon Mar 30 06:17:28
2009
@@ -52,6 +52,7 @@
$.widget.prototype.destroy.apply(this, arguments);
+ return this;
},
value: function(newValue) {