ReferenceError: xxxx is not defined
RonaldinhoL opened this issue · 1 comments
RonaldinhoL commented
i am runing a complicated script, in somewhere i just use
window["xxxx"] = "xxx"
then i got "ReferenceError: xxxx is not defined"
is it a bug?
RonaldinhoL commented
i can read window["xxxx"] but i can not write