diff options
Diffstat (limited to 'ui/ui.resizable.js')
-rw-r--r-- | ui/ui.resizable.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.resizable.js b/ui/ui.resizable.js index fef9e4b36..6e5691aea 100644 --- a/ui/ui.resizable.js +++ b/ui/ui.resizable.js @@ -199,6 +199,7 @@ $.widget("ui.resizable", $.extend({}, $.ui.mouse, { this.originalElement.css('resize', this.originalResizeStyle); _destroy(this.originalElement); + return this; }, _mouseCapture: function(event) { |