Skip to content

Instantly share code, notes, and snippets.

@lightsofapollo
Created April 26, 2012 17:23
Show Gist options
  • Save lightsofapollo/2501103 to your computer and use it in GitHub Desktop.
Save lightsofapollo/2501103 to your computer and use it in GitHub Desktop.
gjslint
//fails
myFunc(
someArg
);
//passes
myFunc(
myArg
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment