RIAEvangelist / node-phidget-API

Node.JS Phidget API supporting all phidgets!
Other
10 stars 7 forks source link

document addListener and removeListener. #23

Closed rajivsavroop closed 9 years ago

rajivsavroop commented 9 years ago

add an "Off" method to unbind the events

RIAEvangelist commented 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.

RIAEvangelist commented 9 years ago

closed by #25