[docs] Fix line highlights for linked-state-mixin

This commit is contained in:
Paul O’Shannessy
2015-10-09 12:32:01 -07:00
parent 963168c8f6
commit 6b4f1cc7d0

View File

@@ -45,7 +45,7 @@ var NoLink = React.createClass({
This works really well and it's very clear how data is flowing, however, with a lot of form fields it could get a bit verbose. Let's use `ReactLink` to save us some typing:
```javascript{2,7}
```javascript{4,9}
var LinkedStateMixin = require('react-addons-linked-state-mixin');
var WithLink = React.createClass({