mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-23 05:48:10 -05:00
Merge branch 'master' of github.com:documentcloud/backbone
This commit is contained in:
@@ -1612,7 +1612,7 @@ alert(chapters.pluck('title'));
|
||||
<br />
|
||||
Force a collection to re-sort itself. You don't need to call this under
|
||||
normal circumstances, as a collection with a <a href="#Collection-comparator">comparator</a> function
|
||||
will maintain itself in proper sort order at all times. Calling <b>sort</b>
|
||||
will sort itself whenever a model is added. Calling <b>sort</b>
|
||||
triggers the collection's <tt>"reset"</tt> event, unless silenced by passing
|
||||
<tt>{silent: true}</tt>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user