diff options
author | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-11-22 05:49:06 +0000 |
---|---|---|
committer | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-11-22 05:49:06 +0000 |
commit | 78dfd2607f003640fa707342e6dd8e7f9b63c3bb (patch) | |
tree | 4913f1cb29d1cd181d7e393478cbf4d31da02d38 /ui/ui.resizable.js | |
parent | 0036aaf4b67d55e621ac2e4553a98dc80d2ca727 (diff) | |
download | jquery-ui-78dfd2607f003640fa707342e6dd8e7f9b63c3bb.tar.gz jquery-ui-78dfd2607f003640fa707342e6dd8e7f9b63c3bb.zip |
Resizable: disableSelection using jquery plugin.
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 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; |