Bump to v4.14.1.

This commit is contained in:
John-David Dalton
2016-07-27 17:41:16 -07:00
parent 51ed7e7707
commit 6d4f76888f
20 changed files with 61 additions and 44 deletions

View File

@@ -78,6 +78,7 @@ function equalObjects(object, other, equalFunc, customizer, bitmask, stack) {
}
}
stack['delete'](object);
stack['delete'](other);
return result;
}