mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-05-12 00:53:10 +00:00
Fixing bugs I introduced in last commit
This commit is contained in:
parent
635e1a37a4
commit
8b710b31c1
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ var defaultConfiguration = {
|
|||
};
|
||||
|
||||
var ChannelDefinition = function(exchange, topic) {
|
||||
this.configuration = defaultConfiguration;
|
||||
this.configuration = _.extend(defaultConfiguration { exchange: exchange, topic: topic });
|
||||
} ;
|
||||
|
||||
ChannelDefinition.prototype = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue