change(tracker): || -> ??

This commit is contained in:
sylenien 2022-10-20 09:21:35 +02:00
parent cc98480362
commit 535eb0232e

View file

@ -129,8 +129,8 @@ export default class App {
) )
this.revID = this.options.revID this.revID = this.options.revID
this.localStorage = this.options.localStorage || window.localStorage this.localStorage = this.options.localStorage ?? window.localStorage
this.sessionStorage = this.options.sessionStorage || window.sessionStorage this.sessionStorage = this.options.sessionStorage ?? window.sessionStorage
this.sanitizer = new Sanitizer(this, options) this.sanitizer = new Sanitizer(this, options)
this.nodes = new Nodes(this.options.node_id) this.nodes = new Nodes(this.options.node_id)
this.observer = new Observer(this, options) this.observer = new Observer(this, options)