Bug Tracker

Changeset 5269

Show
Ignore:
Timestamp:
04/18/08 19:11:50 (9 months ago)
Author:
aaronchi
Message:

preserve top,left for fx with wrapper

Location:
trunk/fx
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/fx/fx.blind.js

    r4626 r5269  
    1 (function($) { 
     1(function($) { 
    22   
    33  $.ec.blind = function(o) { 
     
    66 
    77      // Create element 
    8       var el = $(this), props = ['position']; 
     8      var el = $(this), props = ['position','top','left']; 
    99       
    1010      // Set options 
  • trunk/fx/fx.fold.js

    r4626 r5269  
    1 (function($) { 
     1(function($) { 
    22   
    33  $.ec.fold = function(o) { 
     
    66 
    77      // Create element 
    8       var el = $(this), props = ['position']; 
     8      var el = $(this), props = ['position','top','left']; 
    99       
    1010      // Set options