Add note to _.createCallback docs.

Former-commit-id: 0e5dfa9b4dc9aeea1c821b47d2f3d755678ea1aa
This commit is contained in:
John-David Dalton
2013-03-09 13:32:15 -08:00
parent 63a6aac2d8
commit a65fd50723
5 changed files with 39 additions and 25 deletions

View File

@@ -4235,6 +4235,9 @@
* If `func` is an object, the created callback will return `true` for elements
* that contain the equivalent object properties, otherwise it will return `false`.
*
* Note: All Lo-Dash methods, that accept a `callback` argument, internally
* use `_.createCallback`.
*
* @static
* @memberOf _
* @category Functions

3
dist/lodash.js vendored
View File

@@ -4047,6 +4047,9 @@
* If `func` is an object, the created callback will return `true` for elements
* that contain the equivalent object properties, otherwise it will return `false`.
*
* Note: All Lo-Dash methods, that accept a `callback` argument, internally
* use `_.createCallback`.
*
* @static
* @memberOf _
* @category Functions

View File

@@ -3399,6 +3399,9 @@
* If `func` is an object, the created callback will return `true` for elements
* that contain the equivalent object properties, otherwise it will return `false`.
*
* Note: All Lo-Dash methods, that accept a `callback` argument, internally
* use `_.createCallback`.
*
* @static
* @memberOf _
* @category Functions