diff --git a/.jshintrc b/.jshintrc index ba24d01..2169b9c 100644 --- a/.jshintrc +++ b/.jshintrc @@ -13,5 +13,6 @@ "node": true, "strict": false, "trailing": true, - "undef": true + "undef": true, + "predef" : ["Modernizr"] }