Visualize.js page was erroring with "SyntaxError: missing ) after argument list" on Visualize.js:59
I've found the cause of this problem. It's the encoding of the visualize.js file. It seems JavaScript optimizer is creating optimized file with improper ANSI characters.
To fix this, go to "\optimized-scripts\bower_components\visualize-js\build" and change the encoding of this file to UTF-8.
1 Answer:
Posted on January 15, 2015 at 7:29pm
Posting your answer into an answer.... (djohnson53)
I've found the cause of this problem. It's the encoding of the visualize.js file. It seems JavaScript optimizer is creating optimized file with improper ANSI characters.
To fix this, go to "\optimized-scripts\bower_components\visualize-js\build" and change the encoding of this file to UTF-8.
Thanks. :-)