Remove unused iterator options references from build scripts.

Former-commit-id: 9610a20d8fea6778523d1d0a8b3e16b930534f20
This commit is contained in:
John-David Dalton
2012-10-23 00:30:59 -07:00
parent 8329409c03
commit 974678f500
2 changed files with 5 additions and 17 deletions

View File

@@ -163,14 +163,11 @@
/** Used to inline `iteratorTemplate` */
var iteratorOptions = [
'args',
'array',
'arrayLoop',
'bottom',
'firstArg',
'hasDontEnumBug',
'isKeysFast',
'loop',
'object',
'objectLoop',
'noArgsEnum',
'noCharByIndex',