aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Alexander <[email protected]>2013-08-18 23:54:25 -0700
committerPhillip Alexander <[email protected]>2013-08-18 23:54:25 -0700
commit39bc5198ae1b0617b2e58710e8e7fd2d9c6c9c2a (patch)
tree50d6b03cfa5749785baccd437ddc5398e293d770
parentf7a7cb479fa53b38524f2f79cac262a0736be97b (diff)
downloadbootstrap-39bc5198ae1b0617b2e58710e8e7fd2d9c6c9c2a.tar.xz
bootstrap-39bc5198ae1b0617b2e58710e8e7fd2d9c6c9c2a.zip
Remove extra trailing comma in Gruntfile.js
validation: { options: { reset: true },
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index e05763f1c..79f5715d8 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -127,7 +127,7 @@ module.exports = function(grunt) {
validation: {
options: {
- reset: true,
+ reset: true
},
files: {
src: ["_gh_pages/**/*.html"]