r2405 - Resizable: refactored for auto-detection of getters.

r2405 - Resizable: refactored for auto-detection of getters.


Author: scott.gonzalez
Date: Mon Mar 30 06:17:52 2009
New Revision: 2405
Modified:
branches/dev/widget-factory/ui/ui.resizable.js
Log:
Resizable: refactored for auto-detection of getters.
Modified: branches/dev/widget-factory/ui/ui.resizable.js
==============================================================================
--- branches/dev/widget-factory/ui/ui.resizable.js    (original)
+++ branches/dev/widget-factory/ui/ui.resizable.js    Mon Mar 30 06:17:52 2009
@@ -199,6 +199,7 @@
        this.originalElement.css('resize', this.originalResizeStyle);
        _destroy(this.originalElement);
+        return this;
    },
    _mouseCapture: function(event) {