After moving a ton of data to an external JavaScript file, I'm getting this rather vague error in my Chrome Developer Tool:
Uncaught SyntaxError: Unexpected Identifier
VM2562:1
Uncaught SyntaxError: Unexpected Identifier
VM2564:1
It points to http://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js as the problem, but that's obviously not the real issue; it's something within my script that calls the framework.
Any suggestions on how to narrow the problem down a little further? I don't suppose "VM2562:1" is code for something?