mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Fixed broken link to MDN array sort related to issue #3990
This commit is contained in:
@@ -2106,7 +2106,7 @@ var book = library.get(110);
|
||||
<a href="http://underscorejs.org/#sortBy">sortBy</a>
|
||||
(pass a function that takes a single argument),
|
||||
as a
|
||||
<a href="https://developer.mozilla.org/JavaScript/Reference/Global_Objects/Array/sort">sort</a>
|
||||
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/sort">sort</a>
|
||||
(pass a comparator function that expects two arguments),
|
||||
or as a string indicating the attribute to sort by.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user