]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove extra trailing comma in Gruntfile.js 9826/head
authorPhillip Alexander <git@phillipalexander.io>
Mon, 19 Aug 2013 06:54:25 +0000 (23:54 -0700)
committerPhillip Alexander <git@phillipalexander.io>
Mon, 19 Aug 2013 06:54:25 +0000 (23:54 -0700)
    validation: {
      options: {
        reset: true
      },

Gruntfile.js

index e05763f1c5dd2e3c5099a54d92b3b363b202fea6..79f5715d873a5f7d34498eb12f099eef46541cb5 100644 (file)
@@ -127,7 +127,7 @@ module.exports = function(grunt) {
 
     validation: {
       options: {
-        reset: true,
+        reset: true
       },
       files: {
         src: ["_gh_pages/**/*.html"]