Rebuild lodash and docs.

This commit is contained in:
John-David Dalton
2018-09-11 21:22:10 -07:00
parent eaa9f36e91
commit 3ac4b261e4
12 changed files with 491 additions and 514 deletions

View File

@@ -528,7 +528,6 @@ function baseConvert(util, name, func, options) {
each(mapping.aryMethod[aryKey], function(key) {
var func = _[mapping.remap[key] || key];
if (func) {
pairs.push([key, wrap(key, func, _)]);
}
});