aboutsummaryrefslogtreecommitdiff
path: root/grunt
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-03-01 18:19:50 +0200
committerXhmikosR <[email protected]>2014-04-09 10:01:48 +0300
commit45b476bdbff7ac38518deb7898529bb9510f648f (patch)
treec71c86db355f6194b39b68895b5999d4d5f6a746 /grunt
parentde86b36b508096eea1f9326983ab4d50358f66a5 (diff)
downloadbootstrap-45b476bdbff7ac38518deb7898529bb9510f648f.tar.xz
bootstrap-45b476bdbff7ac38518deb7898529bb9510f648f.zip
JS: remove unused variables.
Diffstat (limited to 'grunt')
-rw-r--r--grunt/.jshintrc3
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
}