Add documentation for getURIParams

This commit is contained in:
j433866 2019-06-03 14:23:00 +01:00
parent 89c4f54ce8
commit eb91dd7a7d
1 changed files with 2 additions and 0 deletions

View File

@ -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)