diff options
Diffstat (limited to 'ext/js/display/display-history.js')
-rw-r--r-- | ext/js/display/display-history.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/display/display-history.js b/ext/js/display/display-history.js index f9d2e35d..af6d734e 100644 --- a/ext/js/display/display-history.js +++ b/ext/js/display/display-history.js @@ -25,7 +25,7 @@ export class DisplayHistory extends EventDispatcher { /** * @param {{clearable?: boolean, useBrowserHistory?: boolean}} details */ - constructor({clearable=true, useBrowserHistory=false}) { + constructor({clearable = true, useBrowserHistory = false}) { super(); /** @type {boolean} */ this._clearable = clearable; |