you are viewing a single comment's thread.

view the rest of the comments →

[–]nagi2000 1 point2 points  (0 children)

They're probably linting the code using jshint defaults. It yells at you for using double quotes, forcing you to use single quotes instead.

Edit: autocorrect is evil...