Skip to content

Commit ce9ae8c

Browse files
committed
Fix syntax
1 parent 8343bae commit ce9ae8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/jasmine/tests/gl2d_plot_interact_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ describe('@gl Test gl2d plots', function() {
697697
})
698698
.then(function() {
699699
expect(relayoutCallback).toHaveBeenCalledTimes(1);
700-
700+
701701
})
702702
.catch(fail)
703703
.then(done);

test/jasmine/tests/gl3d_plot_interact_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ describe('@gl Test gl3d modebar handlers', function() {
652652
});
653653

654654
describe('@gl Test gl3d drag and wheel interactions', function() {
655-
var gd, relayoutCallback;
655+
var gd;
656656

657657
function scroll(target, amt) {
658658
return new Promise(function(resolve) {

0 commit comments

Comments
 (0)