Remove support.argsObject from the underscore build.

Former-commit-id: 4b25a64d662bde78ab6956109b072ed0a4755e53
This commit is contained in:
John-David Dalton
2013-04-25 09:15:12 -07:00
parent 00188c9818
commit 3508ce19f3
3 changed files with 26 additions and 34 deletions

View File

@@ -1909,7 +1909,6 @@
source = removeIsArgumentsFallback(source);
}
if (isModern) {
source = removeSupportArgsObject(source);
source = removeSupportSpliceObjects(source);
source = removeIsArgumentsFallback(source);
@@ -1933,6 +1932,7 @@
}
if (isModern || isUnderscore) {
source = removeSupportArgsClass(source);
source = removeSupportArgsObject(source);
source = removeSupportNonEnumShadows(source);
source = removeSupportOwnLast(source);
source = removeSupportUnindexedChars(source);