Skip to content

Commit 1143479

Browse files
committed
fix register call in gl2d test suite
1 parent 7e283a0 commit 1143479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/jasmine/tests/gl2d_scatterplot_contour_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ var Lib = require('@src/lib');
55
var d3 = require('d3');
66

77
// heatmapgl & contourgl is not part of the dist plotly.js bundle initially
8-
Plotly.register(
8+
Plotly.register([
99
require('@lib/heatmapgl'),
1010
require('@lib/contourgl')
11-
);
11+
]);
1212

1313
// Test utilities
1414
var createGraphDiv = require('../assets/create_graph_div');

0 commit comments

Comments
 (0)