Remove unused variable, index, in _.isEqual.

Former-commit-id: 21f364b6fa0505f9ccb579660f1bda4e38cbe3d3
This commit is contained in:
John-David Dalton
2012-12-18 23:12:51 -08:00
parent 11912008dd
commit d0d3c8ef57
3 changed files with 83 additions and 85 deletions

View File

@@ -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