aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.resizable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.resizable.js')
-rw-r--r--ui/ui.resizable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.resizable.js b/ui/ui.resizable.js
index e9f2782de..737ae4a75 100644
--- a/ui/ui.resizable.js
+++ b/ui/ui.resizable.js
@@ -473,7 +473,7 @@ $.widget("ui.resizable", $.extend({}, $.ui.mouse, {
this.helper.appendTo("body");
if (o.disableSelection)
- $.ui.disableSelection(this.helper.get(0));
+ this.helper.disableSelection();
} else {
this.helper = el;