Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Merge 8a0edc5 into 3aa85c2
Browse files Browse the repository at this point in the history
  • Loading branch information
oshoemaker committed Sep 24, 2015
2 parents 3aa85c2 + 8a0edc5 commit 007521a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/decorator_ascoltatore.js
Expand Up @@ -57,10 +57,12 @@ DecoratorAscoltatore.prototype.wrapPayload = function(payload, next) {

DecoratorAscoltatore.prototype.on = function(event, callback) {
this._ascoltatore.on(event, callback);
return this;
};

DecoratorAscoltatore.prototype.once = function(event, callback) {
this._ascoltatore.once(event, callback);
return this;
};

DecoratorAscoltatore.prototype.removeListener = function(event, callback) {
Expand Down

0 comments on commit 007521a

Please sign in to comment.