diff --git a/src/web/App.mjs b/src/web/App.mjs index dc9a29cd..e57ac23a 100755 --- a/src/web/App.mjs +++ b/src/web/App.mjs @@ -403,7 +403,9 @@ class App { } /** + * Gets the URI params from the window and parses them to extract the actual values. * + * @returns {object} */ getURIParams() { // Load query string or hash from URI (depending on which is populated)