Fix underscore build modifications to match.

This commit is contained in:
John-David Dalton
2014-01-29 01:44:09 -08:00
parent 138ecc4ee1
commit 2ba327345d
2 changed files with 2 additions and 2 deletions

View File

@@ -4691,7 +4691,7 @@
while (length--) {
var key = props[length];
if (!(result = hasOwnProperty.call(object, key) &&
baseIsEqual(object[key], source[key], null, true))) {
object[key] === source[key])) {
break;
}
}