chore(edit) add " "

This commit is contained in:
coderaiser 2014-01-29 06:11:01 -05:00
parent 1fc64018b2
commit e57a3f4c40

View file

@ -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,