From: Phillip Alexander Date: Mon, 19 Aug 2013 06:54:25 +0000 (-0700) Subject: Remove extra trailing comma in Gruntfile.js X-Git-Tag: v3.0.0~42^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39bc5198ae1b0617b2e58710e8e7fd2d9c6c9c2a;p=thirdparty%2Fbootstrap.git Remove extra trailing comma in Gruntfile.js validation: { options: { reset: true }, --- diff --git a/Gruntfile.js b/Gruntfile.js index e05763f1c5..79f5715d87 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -127,7 +127,7 @@ module.exports = function(grunt) { validation: { options: { - reset: true, + reset: true }, files: { src: ["_gh_pages/**/*.html"]