mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Update vendor/benchmark.js. [ci skip]
This commit is contained in:
5
vendor/benchmark.js/benchmark.js
vendored
5
vendor/benchmark.js/benchmark.js
vendored
@@ -1471,6 +1471,11 @@
|
||||
destination = data.destination,
|
||||
currValue = destination[key];
|
||||
|
||||
// skip pseudo private properties like `_timerId` which could be a
|
||||
// Java object in environments like RingoJS
|
||||
if (key.charAt(0) == '_') {
|
||||
return;
|
||||
}
|
||||
if (value && typeof value == 'object') {
|
||||
if (_.isArray(value)) {
|
||||
// check if an array value has changed to a non-array value
|
||||
|
||||
Reference in New Issue
Block a user