mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
Remove extra trailing comma in Gruntfile.js
validation: { options: { reset: true },
This commit is contained in:
parent
f7a7cb479f
commit
39bc5198ae
@ -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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user