From e1ff4dc22253e3a6fb682f221835e34a85c5ebc5 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 20 Nov 2013 11:20:17 +0000 Subject: [PATCH] fix(edit) saveDataToCache -> saveDataToStorage --- lib/client/edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/edit.js b/lib/client/edit.js index c5699aba..1adee29e 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -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);