I have multiple lib files in an an index.html file, that are loaded in proper sequence for an app I am running.
<
Most probably one of your js files is missing a ; at the end. Open up the one you believe is causing the error and add a ; at the end, or add a ; to the very first line of the next js file.
;