From 0b9fc5a803ff9c7eb8cdc6f09dcc85248a078e74 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 17 Apr 2014 11:20:06 -0400 Subject: [PATCH] fix(edit) rm Key --- lib/client/edit.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/client/edit.js b/lib/client/edit.js index 9b776470..ad513d63 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -20,7 +20,6 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip; Msg, Events = DOM.Events, Dialog = DOM.Dialog, - Key = CloudCmd.Key, Images = DOM.Images, Element, JSHintConfig; @@ -44,8 +43,6 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip; Ace.moveCursorTo(0, 0); }; - Key.unsetBind(); - if (!Loading) { Images.showLoad();