Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eb2d4e9

Browse filesBrowse files
committed
fix typos in cartesian_interact suite
1 parent 6c2babd commit eb2d4e9
Copy full SHA for eb2d4e9

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed

‎test/jasmine/tests/cartesian_interact_test.js

Copy file name to clipboardExpand all lines: test/jasmine/tests/cartesian_interact_test.js
+2-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.