Bug fix for dygraph point selection touch event.
[dygraphs.git] / auto_tests / .jshintrc
CommitLineData
89fdcedb
DV
1{
2 "extends": "../.jshintrc",
3
4 "asi": true,
5 "mocha": true,
6 "strict": false,
7
8 "laxbreak": true,
9
10 "globals": {
11 "assert": true,
12 "Dygraph": true,
13 "DygraphOps": true,
14 "Util": true,
15 "CanvasAssertions": true,
16 "PixelSampler": true,
17 "smoothPlotter": true,
18 "$": true,
19 "DygraphCanvasRenderer": true,
20 "DygraphOptions": true
21 }
22}