mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-12-11 18:12:51 +00:00
Update std.js
This commit is contained in:
parent
b168b57de8
commit
de41c115cd
|
|
@ -587,8 +587,7 @@ function StdStorage() {
|
||||||
|
|
||||||
this.key = function(idx) {
|
this.key = function(idx) {
|
||||||
var d = data.get();
|
var d = data.get();
|
||||||
var keyName = Object.keys(d)[idx];
|
return Object.keys(d)[idx];
|
||||||
return d[keyName];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
this.length = function() {
|
this.length = function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user