npm-dom / dom-event

Add/remove DOM events
http://npm.im/dom-event
34 stars 7 forks source link

Fix for PhantomJS #11

Closed mightyiam closed 9 years ago

mightyiam commented 9 years ago

In PhantomJS this is required.

Perhaps (element.addEventListener || element.attachEvent) resolves to an unbound method.

azer commented 9 years ago

thanks !

azer commented 9 years ago

released as 0.0.5

mightyiam commented 9 years ago

Thank you!