Changeset 1742
- Timestamp:
- 10/30/06 19:22:02 (2 years ago)
- Files:
-
- sandbox/pagameba/vector/lib/excanvas.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/pagameba/vector/lib/excanvas.js
r1697 r1742 23 23 24 24 // only add this code if we do not already have a canvas implementation 25 if (!window.CanvasRenderingContext2D ) {25 if (!window.CanvasRenderingContext2D && !/WebKit/.test(navigator.userAgent)) { 26 26 (function () { 27 27
