Add at to the lodash shortcut fusion doc note. [ci skip]

This commit is contained in:
John-David Dalton
2015-11-16 08:16:38 -08:00
parent a8d865a246
commit 4e3f3899c4

View File

@@ -1483,9 +1483,9 @@
* `replace` and `split`
*
* The wrapper methods that support shortcut fusion are:
* `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`, `findLast`,
* `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`, `tail`,
* `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray`
* `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`,
* `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`,
* `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray`
*
* The chainable wrapper methods are:
* `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`,