Skip to content

Commit 2aa745d

Browse files
committed
maintain Tabs reference on window object for dashboard
1 parent 40cecb6 commit 2aa745d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devtools/test_dashboard/server.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ compiler.run(function(devtoolsErr, devtoolsStats) {
6868
} else {
6969
console.log('success:', config.output.path + '/' + config.output.filename);
7070

71+
window.Tabs = window.Plotly;
72+
7173
if(firstBundle) {
7274
// Create server
7375
var server = http.createServer(ecstatic({

0 commit comments

Comments
 (0)