mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
refactor(storage) pName -> name
This commit is contained in:
parent
d95e52c6ce
commit
fe7e85ffa9
1 changed files with 2 additions and 2 deletions
|
|
@ -52,11 +52,11 @@ var Util, DOM;
|
|||
},
|
||||
|
||||
/** Если доступен Storage принимаем из него данные*/
|
||||
this.get = function(pName) {
|
||||
this.get = function(name) {
|
||||
var ret;
|
||||
|
||||
if (Allowed)
|
||||
ret = localStorage.getItem(pName);
|
||||
ret = localStorage.getItem(name);
|
||||
|
||||
return ret;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue