unrecursify this definition

This commit is contained in:
Sebastian Pfitzner 2017-07-15 12:01:00 +02:00
parent bc7f6a6fac
commit 95c60b9554

View File

@ -284,7 +284,7 @@ end
Media.media(Plot, Media.Plot)
_show{B}(io::IO, m::MIME"text/plain", plt::Plot{B}) = show(io, m, plt)
_show{B}(io::IO, m::MIME"text/plain", plt::Plot{B}) = print(io, "Plot{$B}()")
function Juno.render(e::Juno.Editor, plt::Plot)
Juno.render(e, nothing)