mirror of https://github.com/lukechilds/node.git
Browse Source
Instead of myemitter.emit("event", [arg1, arg2, arg3]); the API is now myemitter.emit("event", arg1, arg2, arg3); This change saves the creation of an extra array object for each event. The implementation is also slightly more simple.v0.7.4-release
Ryan
16 years ago
10 changed files with 35 additions and 45 deletions
Loading…
Reference in new issue