From dbf507c84439947f2a3fc836857f6944833a5855 Mon Sep 17 00:00:00 2001 From: mourner Date: Thu, 10 May 2012 17:04:48 +0300 Subject: [PATCH] update jshint settings --- build/hintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/hintrc.js b/build/hintrc.js index d130c362..d05d406a 100644 --- a/build/hintrc.js +++ b/build/hintrc.js @@ -1,5 +1,6 @@ exports.config = { "browser": true, + "node": true, "predef": ["L"], "debug": false,