javascript - Chrome: Uncaught Syntax Error : Unexpected token -
page
It seems Chrome is the only browser in which this bit is a problem with Javascript I found Is that if I remove '//' from the CDATA tag chrome, then I will be given a line number for error-line 48. I do not even know where the bug starts with unfortunately, the code works as expected, but loading / parsing with chrome takes a little longer time.
I have tried to use the script as an external file (float.js) but the error is similar, the code in the output must be included in the HTML body. Any suggestions?
EDIT: This was an extension that caused this error, is there any way to code against this?
This was 'greasy gesture' extension. Delete
Comments
Post a Comment