Bug fix for dygraph point selection touch event.
[dygraphs.git] / .jshintrc
... / ...
CommitLineData
1{
2 "newcap": true,
3 "noarg": true,
4 "shadow": true,
5 "strict": true,
6 "forin": true,
7 "immed": true,
8 "latedef": true,
9 "nonbsp": true,
10 "undef": true,
11 "sub": true,
12
13 "browser": true,
14 "devel": true,
15 "globals": {
16 "DEBUG": true
17 },
18 "maxerr": 100000
19}