Update dependency maps and remove properties in pre-compile.js that no longer exist.

Former-commit-id: d24f0ac4575ab1c2d12f3e8b4bc5f089424407ca
This commit is contained in:
John-David Dalton
2013-06-06 08:44:20 -07:00
parent 7dfa383968
commit a5d459749f
2 changed files with 46 additions and 33 deletions

View File

@@ -48,7 +48,7 @@
/** Used to minify `iteratorTemplate` data properties */
var iteratorOptions = [
'args',
'arrays',
'array',
'bottom',
'firstArg',
'init',
@@ -326,14 +326,9 @@
];
var props = [
'array',
'cache',
'contains',
'criteria',
'index',
'indexOf',
'initedArray',
'release',
'value'
];