Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS error in IE #8

Open
GoogleCodeExporter opened this issue Nov 14, 2015 · 0 comments
Open

JS error in IE #8

GoogleCodeExporter opened this issue Nov 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant