mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
refactor(edit) Loading
This commit is contained in:
parent
10df9c8d06
commit
3c4d5cb628
1 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip, MenuI
|
|||
|
||||
function EditProto(callback) {
|
||||
var Name = 'Edit',
|
||||
Loading = false,
|
||||
Loading = true,
|
||||
DIR = CloudCmd.LIBDIRCLIENT + 'edit/',
|
||||
LIBDIR = CloudCmd.LIBDIR,
|
||||
Info = DOM.CurrentInfo,
|
||||
|
|
@ -42,7 +42,6 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip, MenuI
|
|||
};
|
||||
|
||||
function init(callback) {
|
||||
Loading = true;
|
||||
Util.exec.series([
|
||||
CloudCmd.View,
|
||||
load,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue