I have a Javascript, which is very simple. I get ONE Error that i normally shouldn't get, because i did it like everyone else.
var = Component[];
(This is not working, I'll get an error. But if i use
var = Component;
Then it works?!
I really need help, thanks
↧