Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
bump version + remove ambig error
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Jan 16, 2019
1 parent b4e67f5 commit 9aad4b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 339 deletions.
338 changes: 0 additions & 338 deletions Manifest.toml

This file was deleted.

2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "AbstractPlotting"
uuid = "537997a7-5e4e-5d89-9595-2241ea00577e"
version = "0.9.2"
version = "0.9.3"

[deps]
ColorBrewer = "a2cac450-b92f-5266-8821-25eda20663c8"
Expand Down
2 changes: 2 additions & 0 deletions src/display.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ function Base.display(d::PlotDisplay, scene::Scene)
end

Base.showable(mime::MIME, scene::Scene) = backend_showable(current_backend[], mime, scene)
# ambig
Base.showable(mime::MIME"application/json", ::Scene) = backend_showable(current_backend[], mime, scene)

# have to be explicit with mimetypes to avoid ambiguity

Expand Down

0 comments on commit 9aad4b4

Please sign in to comment.