mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 19:39:26 +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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user