Home:ALL Converter>SyntaxError: Unexpected token

SyntaxError: Unexpected token

Ask Time:2011-09-21T11:24:00         Author:syncrolord

Json Formatter

$(document).ready(function() {
    $('div.view-kettha-links div.view-content').hoverscroll
    ({
        width: 225,
        height: 100,
        vertical: true,
        arrows: true,
        arrowsOpacity: 0.7; --> chrome detect as SyntaxError: Unexpected token
    });
});

chrome detect as SyntaxError: Unexpected token but still working,in firefox the function is fine but in IE the function didn't works at all,needs help please.

Author:syncrolord,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/7494229/syntaxerror-unexpected-token
nnnnnn :

arrowsOpacity: 0.7;\n// remove this....^\n\n\nAssuming it is in your source code and wasn't added by Chrome as part of its error message, remove the semicolon.",
2011-09-21T03:26:00
Sky Kelsey :

Get rid of the semicolon on that line.",
2011-09-21T03:25:55
yy