Skip to content

Commit

Permalink
Merge pull request #43 from chrisakers/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
yocontra committed May 6, 2014
2 parents 47c6770 + 7da0c10 commit 77d32f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Type: `function`: `function (e) {`
Passes single argument: `e`: event details

```javascript
orchestrator.onAll(orchestrator, function (e) {
orchestrator.onAll(function (e) {
// e is the original event args
// e.src is event name
});
Expand Down

0 comments on commit 77d32f6

Please sign in to comment.