doc: remove usage of events.EventEmitter
authorSakthipriyan Vairamani <thechargingvolcano@gmail.com>
Wed, 16 Sep 2015 22:42:27 +0000 (04:12 +0530)
committerRod Vagg <rod@vagg.org>
Tue, 22 Sep 2015 22:39:34 +0000 (08:39 +1000)
commit43e2b7f836c17bb8d8fdc9223ca4c8d2a91b7a5b
tree4028daeb35e0ab06303475b6ba98b2a4d1ac3b7b
parent9760e04839210d05bcf8bc6b883f5034ab5b0634
doc: remove usage of events.EventEmitter

The `events` module already exports `EventEmitter` constructor function
So, we don't have to use `events.EventEmitter` to access it.

Refer: https://github.com/nodejs/node/pull/2896

PR-URL: https://github.com/nodejs/node/pull/2921
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
doc/api/errors.markdown
doc/api/events.markdown
doc/api/modules.markdown
doc/api/util.markdown