Skip to content

Commit

Permalink
Merge pull request jashkenas#2410 from philfreo/master
Browse files Browse the repository at this point in the history
Removing invalid 'set' option in 'Collection#fetch' docs
  • Loading branch information
caseywebdev committed Mar 20, 2013
2 parents 5c183b2 + 22305a4 commit 495eaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -2055,7 +2055,7 @@ <h2 id="Collection">Backbone.Collection</h2>
<a href="#Collection-set">set</a> options. For example, to fetch a
collection, getting an <tt>"add"</tt> event for every new model, and
a <tt>"change"</tt> event for every changed existing model, without
removing anything: <tt>collection.fetch({set: true, remove: false})</tt>
removing anything: <tt>collection.fetch({remove: false})</tt>
</p>

<p>
Expand Down

0 comments on commit 495eaae

Please sign in to comment.