2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Remove extra trailing comma in Gruntfile.js

validation: {
      options: {
        reset: true
      },
This commit is contained in:
Phillip Alexander
2013-08-18 23:54:25 -07:00
parent f7a7cb479f
commit 39bc5198ae
+1 -1
View File
@@ -127,7 +127,7 @@ module.exports = function(grunt) {
validation: { validation: {
options: { options: {
reset: true, reset: true
}, },
files: { files: {
src: ["_gh_pages/**/*.html"] src: ["_gh_pages/**/*.html"]