small cosmetics

This commit is contained in:
Daniel Schwabeneder 2019-08-07 21:45:55 +02:00
parent ac24a4ae19
commit ad051f21c1

View File

@ -1,6 +1,6 @@
# https://github.com/sglyon/PlotlyJS.jl # https://github.com/sglyon/PlotlyJS.jl
# -------------------------------------------------------------------------------------- # ------------------------------------------------------------------------------
function plotlyjs_syncplot(plt::Plot{PlotlyJSBackend}) function plotlyjs_syncplot(plt::Plot{PlotlyJSBackend})
plt[:overwrite_figure] && closeall() plt[:overwrite_figure] && closeall()
@ -17,7 +17,7 @@ function plotlyjs_syncplot(plt::Plot{PlotlyJSBackend})
return plt.o return plt.o
end end
# ---------------------------------------------------------------- # ------------------------------------------------------------------------------
const _plotlyjs_mimeformats = Dict( const _plotlyjs_mimeformats = Dict(
"application/pdf" => "pdf", "application/pdf" => "pdf",