Fix syntax

pull/21833/head
David Baker 2017-03-01 18:33:45 +00:00
parent ef5d2bca91
commit 9c5fb00da4
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ module.exports = React.createClass({
}, teamToken);
}).then(() => {
return this._setupPushers();
}.done());
}).done();
},
_setupPushers: function() {