mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 12:13:18 +00:00
chore(edit) mv Ace to closure
This commit is contained in:
parent
fdc9b8cb2c
commit
5970609e11
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Ace;
|
||||
var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch;
|
||||
(function(CloudCmd, Util, DOM, CloudFunc) {
|
||||
'use strict';
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Ace;
|
|||
Edit = this,
|
||||
Diff,
|
||||
Emmet,
|
||||
//Ace,
|
||||
Ace,
|
||||
Session,
|
||||
Modelist,
|
||||
Msg,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue