Skip to content

Commit

Permalink
SessionStorage: fix wrong name (quasarframework#2584)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan authored and rstoenescu committed Sep 18, 2018
1 parent adde9c4 commit f4ed124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/session-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
? getEmptyStorage()
: getStorage('session')

$q.localStorage = storage
$q.sessionStorage = storage
Object.assign(this, storage)
}
}

0 comments on commit f4ed124

Please sign in to comment.