Predefine Modernizr function to avoid JSHint errors

This commit is contained in:
Weslly Honorato
2013-09-09 19:16:25 -03:00
parent c66c20b7f2
commit ec74a64d73

View File

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