Browse Source

Remove reference to C++ EventEmitter in docs

I prefer ppl to use ObjectWrap
v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
1c7670aca2
  1. 2
      doc/api.markdown

2
doc/api.markdown

@ -2935,7 +2935,7 @@ knowledge of several libraries:
`src/file.cc` so you will probably not need to use it. If you do need it,
look at the header file `deps/libeio/eio.h`.
- Internal Node libraries. Most importantly is the `node::EventEmitter`
- Internal Node libraries. Most importantly is the `node::ObjectWrap`
class which you will likely want to derive from.
- Others. Look in `deps/` for what else is available.

Loading…
Cancel
Save