Merge pull request #875 from weslly/jshint-predef-modernizr

Predefine Modernizr object to avoid JSHint errors
This commit is contained in:
Ben Word
2013-09-09 15:25:35 -07:00

View File

@@ -13,5 +13,6 @@
"node": true,
"strict": false,
"trailing": true,
"undef": true
"undef": true,
"predef" : ["Modernizr"]
}