1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

refactor and module resolution for appStorage

This commit is contained in:
vitorsemeano 2019-02-26 23:28:16 +00:00
parent 535f3dbbad
commit 93c5157b1e

View file

@ -30,7 +30,7 @@ define([], function() {
this.getItem = function(name) {
return localStorage.getItem(name);
};
this.removeItem = function(name) {
localStorage.removeItem(name);