Add doc note about wrapper Array methods. [closes #162] [ci skip]

Former-commit-id: 9d83e9b4c0298469d926325b35dee5566071f48c
This commit is contained in:
John-David Dalton
2013-01-23 00:23:57 -08:00
parent 41b4d0daa1
commit dd9baa1502
2 changed files with 116 additions and 109 deletions

View File

@@ -224,8 +224,12 @@
/*--------------------------------------------------------------------------*/
/**
* Creates a `lodash` object, that wraps the given `value`, to enable
* method chaining.
* Creates a `lodash` object, that wraps the given `value`, to enable method
* chaining.
*
* In addition to Lo-Dash methods, wrappers also have the following `Array` methods:
* `concat`, `join`, `pop`, `push`, `reverse`, `shift`, `slice`, `sort`, `splice`,
* and `unshift`
*
* The chainable wrapper functions are:
* `after`, `assign`, `bind`, `bindAll`, `bindKey`, `chain`, `compact`, `compose`,