change(tracker): || -> ??
This commit is contained in:
parent
cc98480362
commit
535eb0232e
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue