From 1edb37c2e39de2318fbbe61d6a0afe8677f71b40 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 30 Dec 2013 15:39:43 +0000 Subject: [PATCH] chore(edit) rm {, } --- lib/client/edit.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/client/edit.js b/lib/client/edit.js index b973539c..eea9e85e 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -70,7 +70,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch; Ace.setValue(pValue); CloudCmd.View.show(Element, focus); Key.unsetBind(); - } else { + } else Info.getData({ success : function(pData) { var lValue = ''; @@ -83,7 +83,6 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch; CloudCmd.View.show(Element, focus); } }); - } } };