Skip to content

Commit

Permalink
Remove version of ImJoy Core
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Sep 18, 2020
1 parent 2fb8bae commit 91d95a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bioEngine.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export async function setupBioEngine(
closeDialog,
updateStatus
) {
const imjoyCore = await window.loadImJoyCore({ version: "0.13.19" });
const imjoyCore = await window.loadImJoyCore();

var imjoy_api = {
showStatus(plugin, info) {
Expand Down

0 comments on commit 91d95a1

Please sign in to comment.