Fixing bugs I introduced in last commit

This commit is contained in:
Jim Cowart 2011-09-11 22:06:03 -04:00
parent 635e1a37a4
commit 8b710b31c1

View file

@ -16,7 +16,7 @@ var defaultConfiguration = {
};
var ChannelDefinition = function(exchange, topic) {
this.configuration = defaultConfiguration;
this.configuration = _.extend(defaultConfiguration { exchange: exchange, topic: topic });
} ;
ChannelDefinition.prototype = {