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