mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-16 22:20:23 +00:00
Included return on the Api call to add a wireTap, so that the subscriber could remove the tap
This commit is contained in:
parent
a5223ea482
commit
a6d5fa01b7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,6 @@ var postal = {
|
|||
},
|
||||
|
||||
addWireTap: function(callback) {
|
||||
this.configuration.bus.addWireTap(callback);
|
||||
return this.configuration.bus.addWireTap(callback);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue