Skip to content

Commit 30fa08d

Browse files
Alex Spencerandrei-ng
authored andcommitted
Make offline_js_sources pub
1 parent 81c70f2 commit 30fa08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/src/plot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ impl Plot {
499499
}
500500
}
501501

502-
fn offline_js_sources() -> String {
502+
pub fn offline_js_sources() -> String {
503503
// tex-mml-chtml conflicts with tex-svg when generating Latex Titles
504504
// let local_tex_mml_js = include_str!("../templates/tex-mml-chtml-3.2.0.js");
505505
let local_tex_svg_js = include_str!("../templates/tex-svg-3.2.2.js");

0 commit comments

Comments
 (0)