Update to match default jshintrc style

This commit is contained in:
Philip Giuliani 2015-04-13 20:08:22 +02:00
parent 1f130f1c54
commit ec96b58169

View File

@ -1,14 +1,14 @@
{ {
"browser": true, "browser": true,
"curly": true, "curly": true,
"eqeqeq": false, "eqeqeq": false,
"loopfunc": false, "loopfunc": false,
"noarg": true, "noarg": true,
"trailing": true, "trailing": true,
"undef": true, "undef": true,
"unused": false, "unused": false,
"globals": { "globals": {
"OpenSeadragon": true "OpenSeadragon": true
} }
} }