diff options
| author | XhmikosR <[email protected]> | 2014-03-01 18:19:50 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-04-09 10:01:48 +0300 |
| commit | 45b476bdbff7ac38518deb7898529bb9510f648f (patch) | |
| tree | c71c86db355f6194b39b68895b5999d4d5f6a746 /grunt | |
| parent | de86b36b508096eea1f9326983ab4d50358f66a5 (diff) | |
| download | bootstrap-45b476bdbff7ac38518deb7898529bb9510f648f.tar.xz bootstrap-45b476bdbff7ac38518deb7898529bb9510f648f.zip | |
JS: remove unused variables.
Diffstat (limited to 'grunt')
| -rw-r--r-- | grunt/.jshintrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/grunt/.jshintrc b/grunt/.jshintrc index 8d402b53c..d9dce889b 100644 --- a/grunt/.jshintrc +++ b/grunt/.jshintrc @@ -6,5 +6,6 @@ "node" : true, "nonbsp": true, "strict": true, - "undef" : true + "undef" : true, + "unused": true } |
