Skip to content

Commit 4d5d1e1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/BackboneViews.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ first (it's mostly backward compatible with Backbone 1.2 API, so transition is n
99
Which by itself will be a big step forward, because:
1010

1111
- It's order of magnitude faster, so your application becomes more responsive and you can handle collection which are 10 times larger than you have now. [No kidding](http://slides.com/vladbalin/performance#/).
12-
- It implements nested models and collections handling in the right way. During `fetch`, nested objects are updated in place, so it's safe to pass them by reference.
12+
- It implements nested models and collections in the right way. During `fetch`, nested objects are updated in place, so it's safe to pass them by reference.
1313
- It can handle model references by `id` in attributes for you too, operating on a set of independently fetched collections.
1414
- It's type-safe, providing the same contract for model attributes as in statically typed language. Thus,
1515
attributes are guaranteed to hold values of declared types whatever you do, making it impossible to break client-server protocol.

0 commit comments

Comments
 (0)