Skip to content
Snippets Groups Projects
Commit 55cb4425 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Fix missing semicolon

parent 1a1dca50
Branches
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ export const initAssetBaseURL = (id) => { ...@@ -203,7 +203,7 @@ export const initAssetBaseURL = (id) => {
if (document.currentScript && document.currentScript.src) { if (document.currentScript && document.currentScript.src) {
_assetBaseURL = document.currentScript.src; _assetBaseURL = document.currentScript.src;
} }
} };
/** /**
* Get an absolute path for assets given a relative path to the js bundle. * Get an absolute path for assets given a relative path to the js bundle.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment