projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fcd12c
)
ignore module
v1.1.1
author
Dan Vanderkam
<danvdk@gmail.com>
Mon, 1 Jun 2015 21:08:51 +0000
(14:08 -0700)
committer
Dan Vanderkam
<danvdk@gmail.com>
Mon, 1 Jun 2015 21:08:51 +0000
(14:08 -0700)
.jshintrc
patch
|
blob
|
blame
|
history
diff --git
a/.jshintrc
b/.jshintrc
index
b50bc1f
..
9fd97b3
100644
(file)
--- a/
.jshintrc
+++ b/
.jshintrc
@@
-12,7
+12,8
@@
"browser": true,
"devel": true,
"globals": {
- "DEBUG": true
+ "DEBUG": true,
+ "module": true
},
"maxerr": 100000
}