Skip to content

Commit

Permalink
Remove extra trailing comma in Gruntfile.js
Browse files Browse the repository at this point in the history
    validation: {
      options: {
        reset: true
      },
  • Loading branch information
phillipalexander committed Aug 19, 2013
1 parent f7a7cb4 commit 39bc519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ module.exports = function(grunt) {

validation: {
options: {
reset: true,
reset: true
},
files: {
src: ["_gh_pages/**/*.html"]
Expand Down

0 comments on commit 39bc519

Please sign in to comment.