Skip to content

Instantly share code, notes, and snippets.

@casparkleijne
Created May 30, 2010 07:42
Show Gist options
  • Select an option

  • Save casparkleijne/418865 to your computer and use it in GitHub Desktop.

Select an option

Save casparkleijne/418865 to your computer and use it in GitHub Desktop.
/*global
$,
window,
document
*/
@casparkleijne

Copy link
Copy Markdown
Author

the global block defines global variables that are in declared by other included javascript files, jslint will ignore them in this setting.
In this block the jQuery "$", the global window and the global document are included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment