From 299f985e5d453c2a6b1202bbc545d83f84b09360 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 28 Feb 2014 17:29:36 +0200 Subject: [PATCH] Gruntfile.js: Remove extra comma. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index cce6ae6c0a..5bc1c07edd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -62,7 +62,7 @@ module.exports = function (grunt) { jscs: { options: { - config: 'js/.jscsrc', + config: 'js/.jscsrc' }, grunt: { src: ['Gruntfile.js', 'grunt/*.js']