Skip to content

Commit 8ad3e45

Browse files
committed
fix typo 'pab' -> 'pan'
1 parent 8403bbe commit 8ad3e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/colorscale_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ describe('Test colorscale restyle calls:', function() {
920920
})
921921
.then(function() {
922922
// some non-calc edit
923-
return Plotly.relayout(gd, 'scene.dragmode', 'pab');
923+
return Plotly.relayout(gd, 'scene.dragmode', 'pan');
924924
})
925925
.then(function() {
926926
expect(gd._fullData[0].marker.cmin).toBe(1);

0 commit comments

Comments
 (0)