Skip to content

Commit

Permalink
Remove unnecessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
dbunker committed Feb 6, 2015
1 parent 5848e37 commit 6c40ea6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/scripts/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ var CommentForm = React.createClass({
this.props.onCommentSubmit({author: author, text: text});
this.refs.author.getDOMNode().value = '';
this.refs.text.getDOMNode().value = '';
return;
},
render: function() {
return (
Expand Down

0 comments on commit 6c40ea6

Please sign in to comment.