Bug Tracker

Show
Ignore:
Timestamp:
05/09/08 11:39:47 (7 months ago)
Author:
rdworth
Message:

UI Resizable - fixed camelCase for autoHide option

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/tests/resizable.html

    r5420 r5528  
    194194 
    195195$(document).ready(function(){ 
    196     $(".package").resizable({ handles: 'w, e', autohide: true, minWidth: 10, containment: 'parent'}); 
     196    $(".package").resizable({ handles: 'w, e', autoHide: true, minWidth: 10, containment: 'parent'}); 
    197197 
    198198 
     
    214214        //transparent: true, 
    215215        aspectRatio: true, 
    216         //autohide: true, 
     216        //autoHide: true, 
    217217        minWidth: 100, 
    218218        minHeight: 100, 
     
    240240        //proxy: "proxy", 
    241241        handles: 'all', 
    242         //autohide: true, 
     242        //autoHide: true, 
    243243         
    244244        minWidth: 50, 
     
    279279        ghost: true, 
    280280         
    281         autohide: true, 
     281        autoHide: true, 
    282282         
    283283        maxHeight: 500, 
     
    316316        //containment: 'parent', 
    317317        aspectRatio: 'preserve', 
    318         autohide: true 
     318        autoHide: true 
    319319    }); 
    320320