Created
March 5, 2013 04:27
-
-
Save saitodisse/5087999 to your computer and use it in GitHub Desktop.
jshint template
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
/*jshint forin:true, noarg:true, noempty:true, eqeqeq:true, bitwise:true, strict:true, undef:true, unused:true, curly:true, browser:true, devel:true, indent:2, maxerr:50 */ | |
(function(){ | |
"use strict"; | |
/*your code goes here*/ | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment