This commit is contained in:
Jeremy Ashkenas
2011-09-20 23:21:46 -05:00
parent 65b3bf0d4c
commit 3d91b10927
3 changed files with 10 additions and 2 deletions

View File

@@ -347,6 +347,7 @@
}
}
if (value === ';') {
this.seenFor = false;
tag = 'TERMINATOR';
} else if (__indexOf.call(MATH, value) >= 0) {
tag = 'MATH';