aboutsummaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
authorGravatar Jesse Hallett <jesse@galois.com>2013-12-19 14:43:47 -0800
committerGravatar Jesse Hallett <jesse@galois.com>2013-12-19 14:51:32 -0800
commit2f26ce9d6d06e92fdd10249e6b61d7c73122d572 (patch)
treee72666bfdebaebf24998d8e549165b571b63c024 /.jshintrc
parente71713d3f54c7856ab9fc3d81d276c6da06a83eb (diff)
Fixes missing variable definition
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index c1a19a6..df127b0 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -3,7 +3,6 @@
"laxcomma": true,
"undef": true,
"jquery": true,
- "devel": true,
"globals": {
"fiveui": false,
"$5": false,