Skip to content

Instantly share code, notes, and snippets.

@lukemartin
Created July 21, 2011 10:53
Show Gist options
  • Save lukemartin/1096955 to your computer and use it in GitHub Desktop.
Save lukemartin/1096955 to your computer and use it in GitHub Desktop.
JavaScript: JSHint parameters
/*jshint asi: false, curly: true, debug: false, eqeqeq: true, onevar: true, undef: true */
/*global jQuery: true, setTimeout: true */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment