Этот коммит содержится в:
David Lu
2016-05-06 11:14:37 -04:00
коммит произвёл Christopher Speller
родитель faf807d872
Коммит e0378c0a13

Просмотреть файл

@@ -40,6 +40,8 @@ class FileUpload extends React.Component {
this.handleChange = this.handleChange.bind(this);
this.handleDrop = this.handleDrop.bind(this);
this.cancelUpload = this.cancelUpload.bind(this);
this.pasteUpload = this.pasteUpload.bind(this);
this.keyUpload = this.keyUpload.bind(this);
this.state = {
requests: {}