Skip to content

Commit 0e59ff2

Browse files
committed
corrected the syntax
1 parent 9a93d02 commit 0e59ff2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/jasmine/tests/gl3d_plot_interact_test.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -518,19 +518,19 @@ describe('Test gl3d plots', function() {
518518
}
519519

520520
Plotly.plot(gd, [{
521-
type: 'scatter3d',
522-
mode: 'text',
523-
x: [1,2,3],
524-
y: [2,3,1],
525-
z: [3,1,2]
521+
type: 'scatter3d',
522+
mode: 'text',
523+
x: [1, 2, 3],
524+
y: [2, 3, 1],
525+
z: [3, 1, 2]
526526
}])
527527
.then(function() {
528528
assertIsFilled('not to be empty text');
529529
})
530530
.catch(failTest)
531531
.then(done);
532532
});
533-
533+
534534
});
535535

536536
describe('Test gl3d modebar handlers', function() {

0 commit comments

Comments
 (0)