}.call(this)
is not working for me…
Chrome keeps doing this to the code in my script. Why? Please help…
}.call(this)
is not working for me…
Chrome keeps doing this to the code in my script. Why? Please help…
You’re going to have to give a little bit more context than this. What is it failing on (what is this
? what are you call
ing?). What’s the error? Chrome tells you what the error is, it gives you a stacktrace. Just highlighting that very specific line in your program is not going to be of much use to anyone trying to help