Remove unnecessary _print extension
This commit is contained in:
parent
55a598b796
commit
ff7b147888
@ -57,7 +57,6 @@ const _plotly_js_path = joinpath(dirname(@__FILE__), "..", "..", "deps", "plotly
|
|||||||
function _initialize_backend(::PlotlyBackend; kw...)
|
function _initialize_backend(::PlotlyBackend; kw...)
|
||||||
@eval begin
|
@eval begin
|
||||||
import JSON
|
import JSON
|
||||||
JSON._print(io::IO, state::JSON.State, dt::Union{Date,DateTime}) = print(io, '"', dt, '"')
|
|
||||||
|
|
||||||
_js_code = open(readstring, _plotly_js_path, "r")
|
_js_code = open(readstring, _plotly_js_path, "r")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user