mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
chore(edit) add " "
This commit is contained in:
parent
1fc64018b2
commit
e57a3f4c40
1 changed files with 10 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue