File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ var MyComponent = React.createClass({
144144 - You can customize UI update events supplying `listenToState` property. For example, `listenToState : 'change:attr sync'`.
145145 - You can disable UI updates on state change, supplying `listenToState : false` option.
146146
147- ## Passing Models and Collections as React components props
147+ ### Passing Models and Collections as React components props
148148
149149In backbone, you might listen to models and collection changes which comes from the View ` options ` .
150150
@@ -188,7 +188,7 @@ var MyComponent = React.createClass({
188188
189189That's simple and safe. No props passed - no events subscription.
190190
191- ## Helper methods for easy Backbone View refactoring
191+ ### Helper methods for event handlers
192192
193193When you will copy over your event handlers, most likely, they will just work.
194194
You can’t perform that action at this time.
0 commit comments