Raynos / DOM-shim

Shims out the entire DOM4 API
http://raynos.github.com/DOM-shim/test/test.html
155 stars 15 forks source link

EventTarget.addEventListener should gaurd against double-bind #27

Closed Raynos closed 12 years ago

Raynos commented 12 years ago
.addEventListener(type, callback);
.addEventListener(type, callback);

Should not attach two handlers.

Raynos commented 12 years ago

Fixed in 0.1.5