From eb91dd7a7d9ec7619f68ed77795e946afe2a3ae2 Mon Sep 17 00:00:00 2001 From: j433866 Date: Mon, 3 Jun 2019 14:23:00 +0100 Subject: [PATCH] Add documentation for getURIParams --- src/web/App.mjs | 2 ++ 1 file changed, 2 insertions(+) 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)