Skip to content

Commit

Permalink
Remove extra_params.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekharkunov committed Apr 8, 2024
1 parent 1d7292b commit 6f52b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poki-sdk/manifests/web/engine_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
});
Module['onRuntimeInitialized'] = function() {
PokiSDK.init().then(()=>{
Module.runApp("canvas", extra_params);
Module.runApp("canvas");
}).catch(()=>{
Module.runApp("canvas", extra_params);
Module.runApp("canvas");
});
};
</script>
Expand Down

0 comments on commit 6f52b49

Please sign in to comment.