Fixed problem with whitespace being skipped

This commit is contained in:
Andreas Stöckel 2011-09-07 16:35:34 +00:00
parent efc173cd2c
commit 89304fca0c

View File

@ -173,9 +173,6 @@
state = STATE_EXPECT_RECT_BRACE_CLOSE; state = STATE_EXPECT_RECT_BRACE_CLOSE;
break; break;
case " ": case "\n": case "\r": case "\t":
break;
default: default:
_p.pos--; _p.pos--;
return variable; return variable;
@ -420,8 +417,6 @@
}).call(window); }).call(window);
// Include this code in in order to test the above code // Include this code in in order to test the above code
/*(function () { /*(function () {
var row = 10; var row = 10;