Commit ffc41978 authored by campaign's avatar campaign

修改成文本

parent 75b05a77
......@@ -66,7 +66,7 @@ kity.extendClass( Minder, function(){
return null;
},
resetPreferences:function(pres){
var str = pres ? JSON.parse(pres) : '';
var str = pres ? JSON.stringify(pres) : '';
LocalStorage.saveLocalData(str)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment