Unbreak stuff

pull/1/head
Kegan Dougal 2015-07-20 10:38:29 +01:00
parent 46764c3614
commit 87dd9e8bb4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ module.exports = React.createClass({
displayName: 'MessageComposer',
mixins: [MessageComposerController],
onUploadClick(ev) {
onUploadClick: function(ev) {
this.refs.uploadInput.getDOMNode().click();
},