diff options
Diffstat (limited to 'ui/ui.draggable.js')
-rw-r--r-- | ui/ui.draggable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index 69f92b0d7..31aecff58 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -12,7 +12,7 @@ */ (function($) { -$.widget("ui.draggable", $.extend($.ui.mouse, { +$.widget("ui.draggable", $.extend({}, $.ui.mouse, { init: function() { //Initialize needed constants |