enforce double quotes via JSHint. Closes gh-975

This commit is contained in:
Mike Sherov
2012-10-16 10:17:14 -04:00
committed by Rick Waldron
parent 605a38073e
commit ed9e34482a
16 changed files with 116 additions and 107 deletions

View File

@@ -10,7 +10,8 @@
"undef": true,
"smarttabs": true,
"sub": true,
"maxerr": 100
"maxerr": 100,
"quotmark": "double"
},
"globals": {
"define": true,