Closed rajivsavroop closed 9 years ago
It seems this is a native EventEmitter
in the newest versions of node they have added the addListener instead of on which was the default in the past and still supported.
That being said the way to remove this is removeListener check it out.
We do need to document addListener and removeListener though.
closed by #25
add an "Off" method to unbind the events