Skip to content

Commit 7a43781

Browse files
committed
lint: sub Core -> Plotly in gl2d index
1 parent 7b0a017 commit 7a43781

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/index-gl2d.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88

99
'use strict';
1010

11-
var Core = require('./core');
11+
var Plotly = require('./core');
1212

13-
// Load all trace modules
14-
Core.register([
13+
Plotly.register([
1514
require('./scattergl'),
1615
require('./heatmapgl'),
1716
require('./contourgl')
1817
]);
1918

20-
module.exports = Core;
19+
module.exports = Plotly;

0 commit comments

Comments
 (0)