mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Fixed #2990
This commit is contained in:
parent
c5f27fe5eb
commit
bb640afdef
@ -198,7 +198,7 @@ $.widget("ui.resizable", $.extend($.ui.mouse, {
|
|||||||
});
|
});
|
||||||
|
|
||||||
//If we want to auto hide the elements
|
//If we want to auto hide the elements
|
||||||
if (o.autohide) {
|
if (o.autoHide) {
|
||||||
o._handles.hide();
|
o._handles.hide();
|
||||||
$(self.element).addClass("ui-resizable-autohide").hover(function() {
|
$(self.element).addClass("ui-resizable-autohide").hover(function() {
|
||||||
$(this).removeClass("ui-resizable-autohide");
|
$(this).removeClass("ui-resizable-autohide");
|
||||||
@ -513,7 +513,7 @@ $.extend($.ui.resizable, {
|
|||||||
aspectRatio: false,
|
aspectRatio: false,
|
||||||
disableSelection: true,
|
disableSelection: true,
|
||||||
preserveCursor: true,
|
preserveCursor: true,
|
||||||
autohide: false,
|
autoHide: false,
|
||||||
knobHandles: false
|
knobHandles: false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user