You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Including jiffy.js (r108) causes an error in IE (6&7):
Line: 85
Char: 3
Error: 'type' is null or not an object
Code:0
This is caused by Jiffy.measure() expecting an event object as an argument,
whereas IE puts the event object at window.event .
Attached is a patch that should fix this.
Original issue reported on code.google.com by [email protected] on 12 Feb 2009 at 3:50
Original issue reported on code.google.com by
[email protected]
on 12 Feb 2009 at 3:50Attachments:
The text was updated successfully, but these errors were encountered: