Reduce the complexity of a minor Underscore build optimization.

This commit is contained in:
John-David Dalton
2014-01-31 09:12:50 -08:00
parent 733da570c8
commit 6779c9eb36
2 changed files with 37 additions and 35 deletions

View File

@@ -614,6 +614,7 @@
} else {
baseForOwn(collection, callback);
}
return collection;
}
/**
@@ -638,6 +639,7 @@
} else {
baseForOwnRight(collection, callback);
}
return collection;
}
/**