Skip to content

Commit 4db3060

Browse files
author
Vlad Balin
committed
Update BackboneViews.md
1 parent 61ef3f1 commit 4db3060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/BackboneViews.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

149149
In 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

189189
That'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

193193
When you will copy over your event handlers, most likely, they will just work.
194194

0 commit comments

Comments
 (0)