mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Bump to v4.7.0.
This commit is contained in:
3
plant.js
3
plant.js
@@ -4,10 +4,11 @@ define(['./_baseLodash', './_wrapperClone'], function(baseLodash, wrapperClone)
|
||||
var undefined;
|
||||
|
||||
/**
|
||||
* Creates a clone of the chained sequence planting `value` as the wrapped value.
|
||||
* Creates a clone of the chain sequence planting `value` as the wrapped value.
|
||||
*
|
||||
* @name plant
|
||||
* @memberOf _
|
||||
* @since 3.2.0
|
||||
* @category Seq
|
||||
* @param {*} value The value to plant.
|
||||
* @returns {Object} Returns the new `lodash` wrapper instance.
|
||||
|
||||
Reference in New Issue
Block a user