r2402 - Draggable: refactored for auto-detection of getters.

r2402 - Draggable: refactored for auto-detection of getters.


Author: scott.gonzalez
Date: Mon Mar 30 06:16:41 2009
New Revision: 2402
Modified:
branches/dev/widget-factory/ui/ui.draggable.js
Log:
Draggable: refactored for auto-detection of getters.
Modified: branches/dev/widget-factory/ui/ui.draggable.js
==============================================================================
--- branches/dev/widget-factory/ui/ui.draggable.js    (original)
+++ branches/dev/widget-factory/ui/ui.draggable.js    Mon Mar 30 06:16:41 2009
@@ -35,6 +35,8 @@
                + " ui-draggable-dragging"
                + " ui-draggable-disabled");
        this._mouseDestroy();
+
+        return this;
    },
    _mouseCapture: function(event) {