Visualize.js errors with "SyntaxError: missing ) after argument list"

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.

hozawa's picture
170889
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago

1 Answer:

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.

hozawa's picture
170889
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago

Thanks. :-)

hozawa - 8 years 2 months ago
Feedback