Don't use a fixed resource

This commit is contained in:
Lance Stout 2014-03-07 14:55:42 -08:00
parent 7b174c77c9
commit 9793a51e30
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ module.exports = {
config = JSON.parse(config);
config.useStreamManagement = true;
config.resource = 'otalk';
_.extend(this, Backbone.Events);