Skip to content

Commit

Permalink
separate example into 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusan Gledovic committed Sep 7, 2012
1 parent 2866334 commit 71c485d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1057,8 +1057,11 @@ collection.chain()
.value();

// Will return ['Ida', 'Rob']
```

Some of the Backbone-specific method will return this, which means they can be chained as well:

```javascript
var collection = new Backbone.Collection();

collection
Expand Down

0 comments on commit 71c485d

Please sign in to comment.