Changeset 4093
- Timestamp:
- 12/10/07 17:09:40 (9 months ago)
- Files:
-
- 1 modified
-
trunk/fx/experimental/fx.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fx/experimental/fx.js
r4033 r4093 32 32 }, 33 33 createWrapper: function(el) { 34 var props = {width: el.outerWidth({margin:true}), height: el.outerHeight({margin:true}), float: el.css('float')};34 var props = {width: el.outerWidth({margin:true}), height: el.outerHeight({margin:true}), 'float': el.css('float')}; 35 35 el.wrap('<div id="fxWrapper"></div>'); 36 36 var wrapper = el.parent();
