mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +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,
|
destination = data.destination,
|
||||||
currValue = destination[key];
|
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 (value && typeof value == 'object') {
|
||||||
if (_.isArray(value)) {
|
if (_.isArray(value)) {
|
||||||
// check if an array value has changed to a non-array value
|
// check if an array value has changed to a non-array value
|
||||||
|
|||||||
Reference in New Issue
Block a user