mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Comment test. [ci skip]
This commit is contained in:
@@ -10067,6 +10067,8 @@
|
|||||||
steps = 0;
|
steps = 0;
|
||||||
|
|
||||||
array.length = length;
|
array.length = length;
|
||||||
|
|
||||||
|
// avoid false fail in older Firefox
|
||||||
if (array.length == length) {
|
if (array.length == length) {
|
||||||
var actual = func(array, undefined, function() { steps++; });
|
var actual = func(array, undefined, function() { steps++; });
|
||||||
strictEqual(steps, 33);
|
strictEqual(steps, 33);
|
||||||
|
|||||||
Reference in New Issue
Block a user