From d3f6b0d677007a9a20b9e79354b28cd5c4a6bf62 Mon Sep 17 00:00:00 2001 From: Brandon Aaron Date: Fri, 18 Oct 2013 10:36:50 -0500 Subject: [PATCH] include require as a global as well as define --- .jshintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index d3eb60ed3..8532f9b3b 100644 --- a/.jshintrc +++ b/.jshintrc @@ -17,5 +17,5 @@ "strict": false, "trailing": true, "unused": true, - "globals": { "define": true } + "globals": { "define": true, "require": true } }