Fix world-age problem with IJulia

This commit is contained in:
David Sanders 2017-05-08 15:16:21 -05:00
parent 598211c349
commit 698d583d1d

View File

@ -271,7 +271,7 @@ function setup_ijulia()
show(io, MIME("text/html"), plt) show(io, MIME("text/html"), plt)
end end
end end
set_ijulia_output("text/html") @eval set_ijulia_output("text/html")
end end
end end