1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 01:55:46 +02:00

Merge pull request #9826 from phillipalexander/patch-1

Remove unnecessary trailing comma in Gruntfile.js
This commit is contained in:
Chris Rebert
2013-08-18 23:57:43 -07:00

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"]