From abf33b8f4f71de80f48b58c602c277c28b7f7e17 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 27 Nov 2013 15:56:30 +0000 Subject: [PATCH] feature(edit) rm setOptions --- lib/client/edit.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/client/edit.js b/lib/client/edit.js index 7af5386f..1a0a3272 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -71,11 +71,6 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch; lMode = Modelist.getModeForPath(lName).mode; Session.setMode(lMode); - Ace.setOptions({ - enableBasicAutocompletion : true, - enableSnippets : true - }); - if (Util.isString(pValue)) { Ace.setValue(pValue); CloudCmd.View.show(Element, focus);