Commit c6a1a493 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #9826 from phillipalexander/patch-1

Remove unnecessary trailing comma in Gruntfile.js
parents f7a7cb47 39bc5198
......@@ -127,7 +127,7 @@ module.exports = function(grunt) {
validation: {
options: {
reset: true,
reset: true
},
files: {
src: ["_gh_pages/**/*.html"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment