jQuery: The Write Less, Do More JavaScript Library

Changeset 5529

Show
Ignore:
Timestamp:
05/09/08 11:40:24 (3 months ago)
Author:
rdworth
Message:

UI Resizable - fixed camelCase for autoHide option

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/ui.resizable.js

    r5528 r5529  
    195195                     
    196196            //If we want to auto hide the elements 
    197             if (o.autohide) { 
     197            if (o.autoHide) { 
    198198                o._handles.hide(); 
    199199                $(self.element).addClass("ui-resizable-autohide").hover(function() {