Skip to content

Instantly share code, notes, and snippets.

@rbtbr
Created June 6, 2011 08:18
Show Gist options
  • Save rbtbr/1009925 to your computer and use it in GitHub Desktop.
Save rbtbr/1009925 to your computer and use it in GitHub Desktop.
JSLint Global Comments
/*jslint white: true, onevar: true, browser: true, undef: true, nomen: true, regexp: true, plusplus: true, bitwise: true, newcap: true, strict: true, maxerr: 50, indent: 4 */
/*globals $ */
"use strict";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment