Changeset 5267
- Timestamp:
- 04/18/08 01:11:07 (4 months ago)
- Files:
-
- 1 modified
-
trunk/fx/fx.magnifier.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fx/fx.magnifier.js
r5059 r5267 26 26 o.baseline = o.baseline || 0; 27 27 o.verticalLine = o.verticalLine != undefined ? o.verticalLine : -0.5; 28 o.items = o.items || '> *'; 28 29 29 30 this.pp = $(el).offset({ border: false }); 30 31 31 $( '> *', el).each(function() {32 $(o.items, el).each(function() { 32 33 var co = $(this).offset({ border: false }); 33 34 if(self.options.overlap) var cp = $(this).position();