I'm working on a project in Adobe Animate CC and coding in JavaScript.
When I preview the project (Ctrl-Enter), the browser throws two errors:
Uncaught SyntaxError: Unexpected end of input
I understand that this occurs when there is a bracket missing, but this code was generated by Animate, not by me.
Secondly:
Uncaught ReferenceError: images is not defined
Referring to this line of code:
images = images||{};
Once again, generated by the program.
Does anyone know how to troubleshoot this?