Merge pull request #2902 from swestwood/patch-2

Correctly highlight changed line in tutorial.
This commit is contained in:
Ben Alpert
2015-01-22 13:18:38 -08:00
committed by Paul O’Shannessy
parent d0b20dd364
commit 76d6ed9b78
+1 -1
View File
@@ -482,7 +482,7 @@ var CommentForm = React.createClass({
Let's make the form interactive. When the user submits the form, we should clear it, submit a request to the server, and refresh the list of comments. To start, let's listen for the form's submit event and clear it.
```javascript{3-14,18-20}
```javascript{3-14,17-20}
// tutorial16.js
var CommentForm = React.createClass({
handleSubmit: function(e) {