aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ui.resizable.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/ui.resizable.js b/ui/ui.resizable.js
index 3bc21cab6..20b998db0 100644
--- a/ui/ui.resizable.js
+++ b/ui/ui.resizable.js
@@ -198,7 +198,7 @@ $.widget("ui.resizable", $.extend($.ui.mouse, {
});
//If we want to auto hide the elements
- if (o.autohide) {
+ if (o.autoHide) {
o._handles.hide();
$(self.element).addClass("ui-resizable-autohide").hover(function() {
$(this).removeClass("ui-resizable-autohide");
@@ -513,7 +513,7 @@ $.extend($.ui.resizable, {
aspectRatio: false,
disableSelection: true,
preserveCursor: true,
- autohide: false,
+ autoHide: false,
knobHandles: false
}
});