Remove ES5 optimizations from the compat build.

Former-commit-id: c0d39af98c8b6474d051bcd16a7f5cee1c801477
This commit is contained in:
John-David Dalton
2013-07-21 23:54:08 -07:00
parent eaa9430e26
commit fd1fbd4843
3 changed files with 46 additions and 79 deletions

View File

@@ -3030,7 +3030,7 @@
});
}
}
if (isLegacy || isMobile || isUnderscore) {
if (!isModern || isMobile) {
source = removeEsOptimization(source);
}
if (isLegacy || isMobile || isUnderscore) {