Commit 39bc5198 authored by Phillip Alexander's avatar Phillip Alexander

Remove extra trailing comma in Gruntfile.js


    validation: {
      options: {
        reset: true
      },
parent f7a7cb47
...@@ -127,7 +127,7 @@ module.exports = function(grunt) { ...@@ -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"]
......
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