mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
Fixed problem with whitespace being skipped
This commit is contained in:
parent
efc173cd2c
commit
89304fca0c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user