Allow different builds to be tested more easily with a dropdown menu.

Former-commit-id: a692bda9708523aa0443acb35dd8fcc5a342ef3f
This commit is contained in:
John-David Dalton
2012-07-09 03:56:43 -04:00
parent 36415054ea
commit 8bb35a17d2
6 changed files with 137 additions and 38 deletions

View File

@@ -810,6 +810,7 @@
// remove IE `shift` and `splice` fix
source = source.replace(/(?:\s*\/\/.*)*\n( +)if *\(value.length *=== *0[\s\S]+?\n\1}/, '');
source = removeVar(source, 'extendIteratorOptions');
source = removeVar(source, 'hasDontEnumBug');
source = removeVar(source, 'iteratorTemplate');
source = removeIsArgumentsFallback(source);