mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +00:00
Minor doc nit for _.runInContext. [ci skip]
This commit is contained in:
@@ -556,7 +556,7 @@
|
||||
* @memberOf _
|
||||
* @category Utilities
|
||||
* @param {Object} [context=root] The context object.
|
||||
* @returns {Function} Returns the `lodash` function.
|
||||
* @returns {Function} Returns a new `lodash` function.
|
||||
*/
|
||||
function runInContext(context) {
|
||||
// Avoid issues with some ES3 environments that attempt to use values, named
|
||||
|
||||
Reference in New Issue
Block a user