diff options
Diffstat (limited to 'ui/ui.resizable.js')
-rw-r--r-- | ui/ui.resizable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.resizable.js b/ui/ui.resizable.js index 55a279b8f..ecddd9a1e 100644 --- a/ui/ui.resizable.js +++ b/ui/ui.resizable.js @@ -12,7 +12,7 @@ */ (function($) { -$.widget("ui.resizable", $.extend($.ui.mouse, { +$.widget("ui.resizable", $.extend({}, $.ui.mouse, { init: function() { var self = this, o = this.options; |