It turns out that I have a function in Javascript that formats a number entered in a text box, for example: if I enter 1324, it is formatted at $ 1,234 (Chile weight format). All of the above works very well, but in the sublime editor. I work in Visual Studio 2012 and when copying the same code on this one throws me a syntax error, as shown in the image. Can someone help me correct that error please?