r2406 - Slider: refactored for auto-detection of getters.
Author: scott.gonzalez
Date: Mon Mar 30 06:18:14 2009
New Revision: 2406
Modified:
branches/dev/widget-factory/ui/ui.slider.js
Log:
Slider: refactored for auto-detection of getters.
Modified: branches/dev/widget-factory/ui/ui.slider.js
==============================================================================
--- branches/dev/widget-factory/ui/ui.slider.js (original)
+++ branches/dev/widget-factory/ui/ui.slider.js Mon Mar 30 06:18:14 2009
@@ -176,6 +176,7 @@
this._mouseDestroy();
+ return this;
},
_mouseCapture: function(event) {