]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Gruntfile.js: Remove extra comma.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 28 Feb 2014 15:29:36 +0000 (17:29 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 28 Feb 2014 15:29:36 +0000 (17:29 +0200)
Gruntfile.js

index cce6ae6c0ae39be5a9269c79d503850ebd68b675..5bc1c07eddc4474a92370415a0be4284ef155084 100644 (file)
@@ -62,7 +62,7 @@ module.exports = function (grunt) {
 
     jscs: {
       options: {
-        config: 'js/.jscsrc',
+        config: 'js/.jscsrc'
       },
       grunt: {
         src: ['Gruntfile.js', 'grunt/*.js']