diff --git a/.eslintignore b/.eslintignore index 6a87a8a8..6037e1f7 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,8 +1,8 @@ . +server.js gulpfile.js -node_modules +node_modules/* js/**/__tests__ -server.js -js/components/ascribe_uploader/vendor \ No newline at end of file +js/components/ascribe_uploader/vendor diff --git a/js/components/ascribe_detail/further_details.js b/js/components/ascribe_detail/further_details.js index 69b605bc..5ed394ec 100644 --- a/js/components/ascribe_detail/further_details.js +++ b/js/components/ascribe_detail/further_details.js @@ -45,13 +45,13 @@ let FurtherDetails = React.createClass({ GlobalNotificationActions.appendGlobalNotification(notification); }, - submitFile(file) { + onSubmitFile(file) { this.setState({ otherDataKey: file.key }); }, - setIsUploadReady(isReady) { + setIsUploaderValidated(isReady) { this.setState({ isUploadReady: isReady }); @@ -87,8 +87,8 @@ let FurtherDetails = React.createClass({ pieceId={pieceId} />