From e74d34fe575a0cb9a6d29ad8ea65383bf269e918 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Mon, 28 Apr 2014 21:38:44 +0200 Subject: [PATCH] Grunt:JSHint added libraries --- Gruntfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index a9e4a05..54f97f6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -96,7 +96,9 @@ module.exports = function(grunt) { console: false, d3d: true, ConnectAPI: true, - NetworkAPI: true + NetworkAPI: true, + InfoAPI: true, + ConfigAPI: true }, browser: true, curly: true,