Commit 299f985e authored by XhmikosR's avatar XhmikosR

Gruntfile.js: Remove extra comma.

parent 6bd54ef1
...@@ -62,7 +62,7 @@ module.exports = function (grunt) { ...@@ -62,7 +62,7 @@ module.exports = function (grunt) {
jscs: { jscs: {
options: { options: {
config: 'js/.jscsrc', config: 'js/.jscsrc'
}, },
grunt: { grunt: {
src: ['Gruntfile.js', 'grunt/*.js'] src: ['Gruntfile.js', 'grunt/*.js']
......
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