Ensure iteratorObject.keys is minified.

Former-commit-id: dcbd40ddcb54c6845fd5255f2ee8c4508091aafd
This commit is contained in:
John-David Dalton
2013-06-30 11:03:26 -07:00
parent 9c2151dc37
commit 028c25afd3

View File

@@ -340,7 +340,7 @@
];
// minify `iteratorObject.keys`
source.replace(/\b(iteratorObject(?:\.|\['))keys\b/g, function(match, prelude) {
source = source.replace(/\b(iteratorObject(?:\.|\['))keys\b/g, function(match, prelude) {
return prelude + minNames[iteratorOptions.length + props.length];
});