pwnall / node-xhr2

XMLHttpRequest emulator for node.js
MIT License
104 stars 41 forks source link

Fix removeEventListener #15

Closed loune closed 9 years ago

loune commented 9 years ago

Fix for removeEventListener - splice should be applied on the array of an eventType

pwnall commented 9 years ago

@loune Thanks a lot for catching this bug and fixing it!

pwnall commented 9 years ago

node-xhr 0.1.2 contains this fix.