From e57a3f4c404e1737ec624f086470568f5b4fae1c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 29 Jan 2014 06:11:01 -0500 Subject: [PATCH] chore(edit) add " " --- lib/client/edit.js | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/lib/client/edit.js b/lib/client/edit.js index fb2a8de2..91dac49b 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -25,9 +25,9 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch; function init() { Loading = true; Util.loadOnLoad([ - load, CloudCmd.View, - Edit.show, + load, + Edit.show ]); } @@ -226,12 +226,13 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch; Util.time(Name + ' load'); var lFiles = [ - DIR + 'theme-tomorrow_night_blue.js', - DIR + 'ext-language_tools.js', - DIR + 'ext-searchbox.js', - DIR + 'ext-modelist.js', - DIR + 'ext-emmet.js' - ], + DIR + 'theme-tomorrow_night_blue.js', + DIR + 'ext-language_tools.js', + DIR + 'ext-searchbox.js', + DIR + 'ext-modelist.js', + DIR + 'ext-emmet.js' + ], + lAce = DIR + 'ace.js', lURL = CloudFunc.getJoinURL(lFiles); @@ -243,7 +244,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch; }); } - + function onSave(text) { var ret,