Skip to content

Commit

Permalink
chore(emitter): add a todo to do logging of events
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Mar 13, 2013
1 parent cf8a81e commit 39f4f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var bindAllEvents = function(object, context) {
}
};

// TODO(vojta): log.debug all events
var EventEmitter = function() {
this.bind = bindAllEvents;

Expand Down

0 comments on commit 39f4f32

Please sign in to comment.