Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30e462f

Browse files
committed
set MOUSE_DELAY to 0,
- looks like we don't need it anymore
1 parent cea5adf commit 30e462f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/gl_plot_interact_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var customMatchers = require('../assets/custom_matchers');
1717
*/
1818

1919
var PLOT_DELAY = 0;
20-
var MOUSE_DELAY = 20;
20+
var MOUSE_DELAY = 0;
2121
var MODEBAR_DELAY = 500;
2222

2323

0 commit comments

Comments
 (0)