lodash: Update documentation and submodules. [jddalton]

Former-commit-id: 9948b9ad5b2dc34a8f442e881f1d75178622364f
This commit is contained in:
John-David Dalton
2012-05-03 14:28:13 -04:00
parent a317d2471f
commit 293fc695a4
4 changed files with 837 additions and 301 deletions

View File

@@ -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);