mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 12:21:35 +02:00
Remove extra trailing comma in Gruntfile.js
validation: { options: { reset: true },
This commit is contained in:
@@ -127,7 +127,7 @@ module.exports = function(grunt) {
|
||||
|
||||
validation: {
|
||||
options: {
|
||||
reset: true,
|
||||
reset: true
|
||||
},
|
||||
files: {
|
||||
src: ["_gh_pages/**/*.html"]
|
||||
|
Reference in New Issue
Block a user