Changeset 249 for trunk/common
- Timestamp:
- 12/05/07 01:31:47 (2 years ago)
- Files:
-
- 1 modified
-
trunk/common/DOM.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/DOM.js
r248 r249 438 438 y: ev.clientY 439 439 }; 440 if ( !navigator.userAgent.toLowerCase().match(/webkit/) ) { 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 442 var s = DOM.getWindowScroll( window ); 442 443 pos.x += s.left;
