Commit 299f985e authored by XhmikosR's avatar XhmikosR
Browse files

Gruntfile.js: Remove extra comma.

parent 6bd54ef1
Showing with 1 addition and 1 deletion
+1 -1
...@@ -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']
......
Supports Markdown
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