Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
[TASK] Add a note regarding the extended support for multiple argumen…
Browse files Browse the repository at this point in the history
…ts in the trigger method #1
  • Loading branch information
Inkdpixels committed Jun 27, 2015
1 parent 1013c3a commit 753fb37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/NodeProto.js
Expand Up @@ -254,6 +254,7 @@
return (this.observers[event] || (this.observers[event] = [])).push(listener);
}

// ToDo: Support for multiple arguments.
trigger(event, data) {
let value;
let key;
Expand Down

0 comments on commit 753fb37

Please sign in to comment.