Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8eccf05a68 - Show all commits

View File

@ -109,7 +109,7 @@ intval._setState = function (data) {
} }
intval._storeState = function () { intval._storeState = function () {
setItem('_state', intval._state) storage.setItem('_state', intval._state)
.then(() => {}) .then(() => {})
.catch((err) => { .catch((err) => {
log.error('_storeState', err) log.error('_storeState', err)