r2407 - Selectable: refactored for auto-detection of getters.

r2407 - Selectable: refactored for auto-detection of getters.


Author: scott.gonzalez
Date: Mon Mar 30 06:18:43 2009
New Revision: 2407
Modified:
branches/dev/widget-factory/ui/ui.selectable.js
Log:
Selectable: refactored for auto-detection of getters.
Modified: branches/dev/widget-factory/ui/ui.selectable.js
==============================================================================
--- branches/dev/widget-factory/ui/ui.selectable.js    (original)
+++ branches/dev/widget-factory/ui/ui.selectable.js    Mon Mar 30 06:18:43 2009
@@ -59,6 +59,8 @@
            .removeData("selectable")
            .unbind(".selectable");
        this._mouseDestroy();
+
+        return this;
    },
    _mouseStart: function(event) {