Keep objects in the stack array of _.isEqual in case a cyclical object is used in a sibling property.

Former-commit-id: 33ffcec837322f4d479f64f9ec6b14184bf5f7a2
This commit is contained in:
John-David Dalton
2012-07-24 02:13:07 -07:00
parent ed89a3e0f8
commit 24035caadb

View File

@@ -3038,8 +3038,6 @@
}
}
}
// remove the first collection from the stack of traversed objects
stack.pop();
return result;
}