Resizable: disableSelection using jquery plugin.

This commit is contained in:
Eduardo Lundgren 2008-11-22 05:49:06 +00:00
parent 0036aaf4b6
commit 78dfd2607f

View File

@ -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;