Merge pull request #730 from syranide/lint80

Added max line length = 80 for jshint
This commit is contained in:
Christopher Chedeau
2013-12-27 17:59:45 -08:00
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@
"newcap": false,
"noempty": true,
"nonstandard": true,
"maxlen": 80,
"onecase": true,
"regexdash": true,
"sub": false,
+2 -1
View File
@@ -19,7 +19,8 @@
"use strict";
/**
* @see http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#input-type-attr-summary
* @see http://www.whatwg.org/specs/web-apps/current-work/multipage/ ...
* the-input-element.html#input-type-attr-summary
*/
var supportedInputTypes = {
'color': true,