mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
lodash: Update documentation and submodules. [jddalton]
Former-commit-id: 9948b9ad5b2dc34a8f442e881f1d75178622364f
This commit is contained in:
@@ -151,6 +151,7 @@
|
||||
* The `lodash` function.
|
||||
*
|
||||
* @name _
|
||||
* @constructor
|
||||
* @param {Mixed} value The value to wrap in a `Lodash` instance.
|
||||
* @returns {Object} Returns a `Lodash` instance.
|
||||
*/
|
||||
@@ -2631,7 +2632,7 @@
|
||||
text +
|
||||
'return __p\n}';
|
||||
|
||||
result = Function('_,__e,__j', 'return ' + text)(lodash, escape, join);
|
||||
result = Function('_, __e, __j', 'return ' + text)(lodash, escape, join);
|
||||
|
||||
if (data) {
|
||||
return result(data);
|
||||
|
||||
Reference in New Issue
Block a user