mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Remove unused variable, index, in _.isEqual.
Former-commit-id: 21f364b6fa0505f9ccb579660f1bda4e38cbe3d3
This commit is contained in:
@@ -1144,8 +1144,7 @@
|
||||
return stackB[length] == b;
|
||||
}
|
||||
}
|
||||
var index = -1,
|
||||
result = true,
|
||||
var result = true,
|
||||
size = 0;
|
||||
|
||||
// add `a` and `b` to the stack of traversed objects
|
||||
|
||||
Reference in New Issue
Block a user