Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Documentation template

Wolfy87 edited this page Nov 4, 2011 · 1 revision

About

Information about the method and what it does.

Arguments

EventEmitter.methodName(arguments);

  • Type argument About the argument

Returns

Type About the returned value

Notes

Any side notes about the method. Gotchas etc. This is optional.

Examples

var ee = new EventEmitter();
// An example of the syntax goes here