myme / elvis

Generate HTML DOM programmatically
http://github.com/myme/elvis
ISC License
2 stars 1 forks source link

Fix `elvis.on` #11

Open myme opened 10 years ago

myme commented 10 years ago

elvis.on is currently only using addEventListener, which is not cross-browser compatible.

jodal commented 10 years ago

163 lines of cross-browser compatible goodness: https://github.com/busterjs/bane/blob/master/lib/bane.js