-
Notifications
You must be signed in to change notification settings - Fork 388
Missing removeAllListeners() #58
Comments
It may not be clear enough, but removeEvent will remove everything if you don't pass any arguments. |
Is this the same as the Node API for it? Sent from my iPhone On 5 Sep 2013, at 16:32, Oliver Caldwell [email protected] wrote:
|
Node has |
Thanks, looks like it might be beneficial to have |
I agree. Sticking with Node's API as closely as possible is vital. Sent from my iPhone On 5 Sep 2013, at 17:45, RushPL [email protected] wrote:
|
removeAllListeners()
is necessary to clean up an object.The text was updated successfully, but these errors were encountered: