DefinitelyTyped/socket.io
Jacob Jenkins 20e721cefd Add optional string parameter to removeAllListeners
As socket essentially extends EventEmitter (save emit), and EventEmitter allows passing an event string to removeAllListeners, the typings should be updated to reflect that. I've updated removeAllListeners to take an option event string parameter.

Reference [Node 4.1.1](https://nodejs.org/api/events.html#events_emitter_removealllisteners_event)
& [Node 0.12.7](https://nodejs.org/docs/latest-v0.12.x/api/events.html#events_emitter_removealllisteners_event)
2015-10-02 16:38:52 -04:00
..
socket.io-tests.ts Fixed problem with broadcast declaration and added right reference path to the tests file 2015-07-17 21:59:37 +02:00
socket.io.d.ts Add optional string parameter to removeAllListeners 2015-10-02 16:38:52 -04:00