diff options
| author | XhmikosR <[email protected]> | 2014-02-28 17:29:36 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-02-28 17:29:36 +0200 |
| commit | 299f985e5d453c2a6b1202bbc545d83f84b09360 (patch) | |
| tree | c448c295bbb9521cb43ce05c81f7bcecc741790f | |
| parent | 6bd54ef14b880ed71844011f71484ac2e6f7d132 (diff) | |
| download | bootstrap-299f985e5d453c2a6b1202bbc545d83f84b09360.tar.xz bootstrap-299f985e5d453c2a6b1202bbc545d83f84b09360.zip | |
Gruntfile.js: Remove extra comma.
| -rw-r--r-- | Gruntfile.js | 2 |
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'] |
