From ef829181918da10df85f902f3a2f4ed983e3a45c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Vachon?= Date: Fri, 16 Jan 2015 16:34:47 -0500 Subject: [PATCH] Update Gruntfile.js --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 0317723..127ce44 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -51,6 +51,7 @@ module.exports = function (grunt) { directives: { node: true, unparam: true, // TEMPORARY: Ignore unused params + nomen: true, predef: [ // Global variables 'angular', 'inject', 'JustGage', 'describe', 'beforeEach', 'it', 'expect'