From ec74a64d73eac0c8b6d3489e888cca3d3c717127 Mon Sep 17 00:00:00 2001 From: Weslly Honorato Date: Mon, 9 Sep 2013 19:16:25 -0300 Subject: [PATCH] Predefine Modernizr function to avoid JSHint errors --- .jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"] }