Add _.isEqual test for buffers.

This commit is contained in:
John-David Dalton
2016-10-02 13:37:47 -07:00
parent ffde99b216
commit 9985e81808
2 changed files with 16 additions and 0 deletions

View File

@@ -3283,6 +3283,7 @@
return false;
}
objIsArr = true;
objIsObj = false;
}
if (isSameTag && !objIsObj) {
stack || (stack = new Stack);