Missing comma

pull/21833/head
David Baker 2016-08-11 12:30:37 +01:00
parent 806477dcce
commit f42d619e7d
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ module.exports = React.createClass({
self.setState({
inviting: true
});
}
},
onInvite: function(inputText) {
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");