Skip to content

Commit

Permalink
updated sort description
Browse files Browse the repository at this point in the history
  • Loading branch information
pazams committed Oct 21, 2015
1 parent 92d184c commit 456a969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h1>Extend</h1>
<tr>
<td><code>sort</code></td>
<td>Controls how list items are ordered.</td>
<td>Sort function (will be passed directly to <code>Array.prototype.sort()</code>) to sort the items after they have been filtered and before they are truncated and converted to HTML elements.</td>
<td>Sort function (will be passed directly to <code>Array.prototype.sort()</code>) to sort the items after they have been filtered and before they are truncated and converted to HTML elements. you can skip the sort completely by passing in a falsey value such as <code>null</code> instead of a function.</td>
<td>Sorted by length first, order second.</td>
</tr>
<tr>
Expand Down

0 comments on commit 456a969

Please sign in to comment.