Forum Discussion
tristaanogre
9 years agoEsteemed Contributor
What's on line 11 in that unit of code? I mean, obviously, you're trying to do something that JavaScript doesn't like... but it would help us help you more if we know what you are attempting.
All that I'm seeing out there with a quick google search basically is that when you're invoking a method where you've lost the original context of the method, you'll get that error. So, something on line 11 may be doing exactly that... But can't say for sure without seeing the code... and probably we'll need more than just that one line, perhaps the unit or the full method... or even any methods that it is calling.