Ensure _.isArray assignment is handled correctly for builds.

Former-commit-id: a844909ada5fbb394cbb91d06e6c76ccc6c40ff7
This commit is contained in:
John-David Dalton
2013-04-28 15:53:36 -07:00
parent d156dacbb9
commit 86e2374b48
3 changed files with 17 additions and 19 deletions

View File

@@ -1915,9 +1915,9 @@
if (isMobile) {
source = replaceSupportProp(source, 'enumPrototypes', 'true');
source = replaceSupportProp(source, 'nonEnumArgs', 'true');
source = removeIsArrayFallback(source);
}
else {
source = removeIsArrayFallback(source);
source = removeIsFunctionFallback(source);
// remove `shimIsPlainObject` from `_.isPlainObject`