Skip to content

Commit bb640af

Browse files
Fixed #2990
1 parent c5f27fe commit bb640af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/ui.resizable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ $.widget("ui.resizable", $.extend($.ui.mouse, {
198198
});
199199

200200
//If we want to auto hide the elements
201-
if (o.autohide) {
201+
if (o.autoHide) {
202202
o._handles.hide();
203203
$(self.element).addClass("ui-resizable-autohide").hover(function() {
204204
$(this).removeClass("ui-resizable-autohide");
@@ -513,7 +513,7 @@ $.extend($.ui.resizable, {
513513
aspectRatio: false,
514514
disableSelection: true,
515515
preserveCursor: true,
516-
autohide: false,
516+
autoHide: false,
517517
knobHandles: false
518518
}
519519
});

0 commit comments

Comments
 (0)