aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-02-28 17:29:36 +0200
committerXhmikosR <[email protected]>2014-02-28 17:29:36 +0200
commit299f985e5d453c2a6b1202bbc545d83f84b09360 (patch)
treec448c295bbb9521cb43ce05c81f7bcecc741790f
parent6bd54ef14b880ed71844011f71484ac2e6f7d132 (diff)
downloadbootstrap-299f985e5d453c2a6b1202bbc545d83f84b09360.tar.xz
bootstrap-299f985e5d453c2a6b1202bbc545d83f84b09360.zip
Gruntfile.js: Remove extra comma.
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index cce6ae6c0..5bc1c07ed 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -62,7 +62,7 @@ module.exports = function (grunt) {
jscs: {
options: {
- config: 'js/.jscsrc',
+ config: 'js/.jscsrc'
},
grunt: {
src: ['Gruntfile.js', 'grunt/*.js']