storage.getItem, not getItem, you scrub.
This commit is contained in:
parent
67f864f975
commit
8eccf05a68
|
@ -109,7 +109,7 @@ intval._setState = function (data) {
|
|||
}
|
||||
|
||||
intval._storeState = function () {
|
||||
setItem('_state', intval._state)
|
||||
storage.setItem('_state', intval._state)
|
||||
.then(() => {})
|
||||
.catch((err) => {
|
||||
log.error('_storeState', err)
|
||||
|
|
Loading…
Reference in New Issue