diff options
Diffstat (limited to 'core/src/OC/util-history.js')
-rw-r--r-- | core/src/OC/util-history.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/OC/util-history.js b/core/src/OC/util-history.js index eb4ddb185c8..7ecd0e098c6 100644 --- a/core/src/OC/util-history.js +++ b/core/src/OC/util-history.js @@ -27,7 +27,7 @@ export default { * or a map * @param {string} [url] URL to be used, otherwise the current URL will be used, * using the params as query string - * @param {boolean} [replace=false] whether to replace instead of pushing + * @param {boolean} [replace] whether to replace instead of pushing */ _pushState(params, url, replace) { let strParams |