From 3849700a280a40813a841e3d82331be5aaf6f06a Mon Sep 17 00:00:00 2001 From: Michael Krabbe Borregaard Date: Thu, 9 Aug 2018 17:03:44 +0100 Subject: [PATCH] readstring -> read --- src/backends/plotly.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/plotly.jl b/src/backends/plotly.jl index a3bcec14..9c1841ee 100644 --- a/src/backends/plotly.jl +++ b/src/backends/plotly.jl @@ -76,7 +76,7 @@ end const _plotly_js_path = joinpath(dirname(@__FILE__), "..", "..", "deps", "plotly-latest.min.js") const _plotly_js_path_remote = "https://cdn.plot.ly/plotly-latest.min.js" -_js_code = open(readstring, _plotly_js_path, "r") +_js_code = open(read, _plotly_js_path, "r") # borrowed from https://github.com/plotly/plotly.py/blob/2594076e29584ede2d09f2aa40a8a195b3f3fc66/plotly/offline/offline.py#L64-L71 c/o @spencerlyon2 _js_script = """