kamal2222ahmed / jiffy-web

Automatically exported from code.google.com/p/jiffy-web
Other
0 stars 0 forks source link

JS error in IE #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 jeffery...@gmail.com on 12 Feb 2009 at 3:50

Attachments: