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) {
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