mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Add documentation note to _#chain. [ci skip]
Former-commit-id: 90b50a50b6b104cd9e2bbccc4412346dfd6a6bba
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user