Chenged "getTime" to "getItem" in store module

This commit is contained in:
Timothy Warren 2011-06-18 19:53:12 -04:00
parent 066174c3f4
commit a8e6f00692
1 changed files with 1 additions and 1 deletions

2
kis.js
View File

@ -224,7 +224,7 @@
for(i=0;i<len;i++)
{
var name = localStorage.key(i);
var value = localStorage.getTime(name);
var value = localStorage.getItem(name);
data[name] = value;
}