Merge pull request #452 from TotalVerb/master

Remove unnecessary `_print` extension
This commit is contained in:
Tom Breloff 2016-08-19 15:49:09 -04:00 committed by GitHub
commit 333714911c

View File

@ -57,7 +57,6 @@ const _plotly_js_path = joinpath(dirname(@__FILE__), "..", "..", "deps", "plotly
function _initialize_backend(::PlotlyBackend; kw...)
@eval begin
import JSON
JSON._print(io::IO, state::JSON.State, dt::Union{Date,DateTime}) = print(io, '"', dt, '"')
_js_code = open(readstring, _plotly_js_path, "r")