mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-05-10 16:14:43 +00:00
Fixing typo in SubscriptionDefinition.subscribe
This commit is contained in:
parent
9fc7500017
commit
2936a669fd
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ SubscriptionDefinition.prototype = {
|
|||
return this;
|
||||
},
|
||||
|
||||
subscribe: function(callbacl) {
|
||||
subscribe: function(callback) {
|
||||
this.callback = callback;
|
||||
return this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue