Y
Hacker News
new
|
ask
|
show
|
jobs
by
kangax
5101 days ago
I glanced at the code quickly and noticed `addEventListener` without `attachEvent` fallback. So that will fail in at least IE8 and below. Not sure about other things, but I'm guessing you never tried it in IE8?
1 comments
bebraw
5101 days ago
Nope. Definitely need to add that fallback there. Good point!
link