mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Update docs and builds.
Former-commit-id: 6bb15d3ad0d4d189ad5e27e1dd79d2a070a568b2
This commit is contained in:
@@ -2005,7 +2005,6 @@
|
||||
var callback = args[3],
|
||||
stackA = args[4],
|
||||
stackB = args[5];
|
||||
console.log(object)
|
||||
} else {
|
||||
stackA = [];
|
||||
stackB = [];
|
||||
@@ -2061,7 +2060,6 @@
|
||||
}
|
||||
else {
|
||||
if (callback) {
|
||||
console.log('hi')
|
||||
result = callback(value, source);
|
||||
if (typeof result == 'undefined') {
|
||||
result = source;
|
||||
|
||||
Reference in New Issue
Block a user