fix(edit) saveDataToCache -> saveDataToStorage

This commit is contained in:
coderaiser 2013-11-20 11:20:17 +00:00
parent 846b2a46bc
commit e1ff4dc222

View file

@ -196,7 +196,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch;
if (!isError) {
Edit.showMessage(text);
DOM.saveDataToCache(path, Value);
DOM.saveDataToStorage(path, Value);
} else {
ret = Dialog.confirm(text + msg);