Skip to content

Commit

Permalink
ENH: fix orca UUID in require now that it is official
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon committed Sep 5, 2018
1 parent 2a1c128 commit 1a05bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlotlyJS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function PlotlyBase.savefig(p::SyncPlot, args...)
end

function __init__()
@require ORCA="200b8544-ab2f-11e8-2d2a-470a6868b879" include("savefig_orca.jl")
@require ORCA="47be7bcc-f1a6-5447-8b36-7eeeff7534fd" include("savefig_orca.jl")
if !isfile(_js_path)
info("plotly.js javascript libary not found -- downloading now")
include(joinpath(_pkg_root, "deps", "build.jl"))
Expand Down

0 comments on commit 1a05bfb

Please sign in to comment.