Skip to content

Commit dd8b3d3

Browse files
committed
mv plot_config to plot_api/
1 parent ce393fb commit dd8b3d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/plotly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require('../build/plotcss');
2020

2121
// configuration
2222
exports.MathJaxConfig = require('./fonts/mathjax_config');
23-
exports.defaultConfig = require('./plot_config');
23+
exports.defaultConfig = require('./plot_api/plot_config');
2424

2525
// plots
2626
exports.Plots = require('./plots/plots');

0 commit comments

Comments
 (0)