]> source.dussan.org Git - jquery-ui.git/commitdiff
Fixed #2990
authorEduardo Lundgren <eduardolundgren@gmail.com>
Thu, 26 Jun 2008 02:57:48 +0000 (02:57 +0000)
committerEduardo Lundgren <eduardolundgren@gmail.com>
Thu, 26 Jun 2008 02:57:48 +0000 (02:57 +0000)
ui/ui.resizable.js

index 3bc21cab6ec88ce8fd9ccac5fdee5379d0db5510..20b998db0979023fa57415780481cd26b99cc06f 100644 (file)
@@ -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
        }
 });