Felix Geisendörfer
|
bc8489580c
|
Allow to remove all EventEmitter listeners at once
This patch adds support for calling EventEmitter#removeAllListeners
with no parameters in order to remove all listeners as once.
See discussion: https://groups.google.com/forum/#!topic/nodejs-dev/Mcyal1ThTHY
Closes GH-889.
|
2011-04-12 14:47:16 -07:00 |
Ryan Dahl
|
8f23583d10
|
A few spelling fixes.
Thanks Bjarki. Closes GH-561.
|
2011-01-27 14:24:10 -08:00 |
Ryan Dahl
|
9da75f39d9
|
Print error when EventEmitters get too many listeners
|
2011-01-10 13:48:35 -08:00 |
Silas Sewell
|
11b2ee7632
|
Various doc tweaks (2-spaces vs tabs, EOL-whitespace, repl prompt, "world" vs "World", etc...)
|
2010-11-21 14:33:09 -08:00 |
Micheil Smith
|
a6c3d7121b
|
Reworked and cleaned up documentation for Events
|
2010-11-14 13:52:34 -08:00 |
Micheil Smith
|
e190c9616e
|
Splitting documentation
|
2010-10-28 14:59:15 -07:00 |