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