Fixed broken link to MDN array sort related to issue #3990

This commit is contained in:
ebergeron
2016-04-19 22:15:31 -04:00
parent fe908db174
commit 8ad42e529e

View File

@@ -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>