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

Skip to content

Commit eb2d4e9

Browse files
committed
fix typos in cartesian_interact suite
1 parent 6c2babd commit eb2d4e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/jasmine/tests/cartesian_interact_test.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ describe('zoom box element', function() {
6565
});
6666
});
6767

68-
6968
describe('main plot pan', function() {
7069
var gd, modeBar, relayoutCallback;
7170

@@ -893,7 +892,7 @@ describe('axis zoom/pan and main plot zoom', function() {
893892
cnt++;
894893
// called twice as many times on drag:
895894
// - once per axis during mousemouve
896-
// - once per raxis on mouseup
895+
// - once per axis on mouseup
897896
if(opts.dragged) cnt++;
898897
}
899898
});
@@ -1726,7 +1725,7 @@ describe('axis zoom/pan and main plot zoom', function() {
17261725

17271726
Plotly.plot(gd, [{ type: 'heatmap', z: z() }], {dragmode: 'pan'})
17281727
.then(function() {
1729-
// inspired by https://github.com/plotly/plotly.js/issues/2687<Paste>
1728+
// inspired by https://github.com/plotly/plotly.js/issues/2687
17301729
gd.on('plotly_relayout', function(d) {
17311730
relayoutTracker.unshift(d);
17321731
setTimeout(function() {

0 commit comments

Comments
 (0)