Changeset 255 for trunk/common
- Timestamp:
- 12/18/07 00:45:38 (2 years ago)
- Files:
-
- 1 modified
-
trunk/common/DOM.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/DOM.js
r251 r255 439 439 }; 440 440 /* window scroll is fixed in safari 3; devicePixelRatio is a safari 3 only object */ 441 if ( !navigator.userAgent.toLowerCase().match(/webkit/) ||window.devicePixelRatio ) {441 if ( navigator.userAgent.toLowerCase().match(/webkit/) && !window.devicePixelRatio ) { 442 442 var s = DOM.getWindowScroll( window ); 443 443 pos.x += s.left;
