Skip to content

Conversation

justin808
Copy link
Member

No description provided.

* 2 Errors: Missing newline after closing curly brace at ./assets/javascripts/CommentBox.jsx : 44 | var newComments = React.addons.update(oldComments, {$push: [newComment]}); 45 | this.setState({ajaxSending: false, data: newComments, formData: this.emptyFormData}); 46 | }, (xhr, status, err) => { -------------^ 47 | this.logError(xhr, status, err); 48 | this.setState({ajaxSending: false}); Missing newline after closing curly brace at ./assets/javascripts/CommentList.jsx : 19 | <Comment author={comment.author} key={index} text={comment.text}/> 20 | ); 21 | }); -------------^ 22 | return ( 23 | <div className='commentList'> 2 code style errors found.
@justin808 justin808 changed the title wip on jscs integration jscs integration Apr 5, 2015
justin808 added a commit that referenced this pull request Apr 5, 2015
jscs integration -- two known failures -- hopefully addressed with upcoming fixes to jscs
@justin808 justin808 merged commit f210953 into master Apr 5, 2015
@robwise robwise deleted the integrate-jscs branch October 22, 2015 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant