mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
lodash: Update documentation and submodules. [jddalton]
Former-commit-id: 9948b9ad5b2dc34a8f442e881f1d75178622364f
This commit is contained in:
1131
doc/README.md
1131
doc/README.md
File diff suppressed because it is too large
Load Diff
@@ -151,6 +151,7 @@
|
|||||||
* The `lodash` function.
|
* The `lodash` function.
|
||||||
*
|
*
|
||||||
* @name _
|
* @name _
|
||||||
|
* @constructor
|
||||||
* @param {Mixed} value The value to wrap in a `Lodash` instance.
|
* @param {Mixed} value The value to wrap in a `Lodash` instance.
|
||||||
* @returns {Object} Returns a `Lodash` instance.
|
* @returns {Object} Returns a `Lodash` instance.
|
||||||
*/
|
*/
|
||||||
@@ -2631,7 +2632,7 @@
|
|||||||
text +
|
text +
|
||||||
'return __p\n}';
|
'return __p\n}';
|
||||||
|
|
||||||
result = Function('_,__e,__j', 'return ' + text)(lodash, escape, join);
|
result = Function('_, __e, __j', 'return ' + text)(lodash, escape, join);
|
||||||
|
|
||||||
if (data) {
|
if (data) {
|
||||||
return result(data);
|
return result(data);
|
||||||
|
|||||||
2
vendor/benchmark.js
vendored
2
vendor/benchmark.js
vendored
Submodule vendor/benchmark.js updated: a01115d822...b42a10ae0d
2
vendor/docdown
vendored
2
vendor/docdown
vendored
Submodule vendor/docdown updated: 3a65504fc6...1b6b9173c3
Reference in New Issue
Block a user