Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4933

Show
Ignore:
Timestamp:
09/03/06 20:20:22 (2 years ago)
Author:
madrobby
Message:

script.aculo.us: trivial controls.js change to make it look nicer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/scriptaculous/CHANGELOG

    r4923 r4933  
    11*SVN* 
     2 
     3* Update Prototype to revision [4930] 
    24 
    35* Fix various issues with IE detection and Opera, and setOpacity, fixes #3886, #5973 
  • spinoffs/scriptaculous/src/controls.js

    r4852 r4933  
    6262        if(!update.style.position || update.style.position=='absolute') { 
    6363          update.style.position = 'absolute'; 
    64           Position.clone(element, update, {setHeight: false, offsetTop: element.offsetHeight}); 
     64          Position.clone(element, update, { 
     65            setHeight: false,  
     66            offsetTop: element.offsetHeight 
     67          }); 
    6568        } 
    6669        Effect.Appear(update,{duration:0.15});