Skip to content

Instantly share code, notes, and snippets.

@casparkleijne
Created May 30, 2010 07:42
Show Gist options
  • Save casparkleijne/418865 to your computer and use it in GitHub Desktop.
Save casparkleijne/418865 to your computer and use it in GitHub Desktop.
/*global
$,
window,
document
*/
@casparkleijne
Copy link
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