Created
June 6, 2011 08:18
-
-
Save rbtbr/1009925 to your computer and use it in GitHub Desktop.
JSLint Global Comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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