Add documentation note to _#chain. [ci skip]

Former-commit-id: 90b50a50b6b104cd9e2bbccc4412346dfd6a6bba
This commit is contained in:
John-David Dalton
2012-11-18 22:35:23 -08:00
parent 819d4abaa2
commit c88b80d2a0
2 changed files with 112 additions and 86 deletions

View File

@@ -4027,7 +4027,11 @@
}
/**
* Enables method chaining on the wrapper object.
* This function returns the wrapper object.
*
* Note: This function is defined to ensure the existing wrapper object is
* returned, instead of creating a new wrapper object like the `_.chain`
* method does.
*
* @name chain
* @deprecated