1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Fix syntax

This commit is contained in:
David Baker
2017-03-01 18:33:45 +00:00
parent ef5d2bca91
commit 9c5fb00da4

View File

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