mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature(files) add
This commit is contained in:
parent
6b11242c53
commit
e265214051
16 changed files with 144 additions and 90 deletions
|
|
@ -9,9 +9,7 @@
|
|||
var opener = window.opener;
|
||||
|
||||
if (opener) {
|
||||
var CloudCmd = opener.CloudCmd;
|
||||
|
||||
CloudCmd.getModules(function(error, modules) {
|
||||
DOM.Files.get('modules', function(error, modules) {
|
||||
var Util = opener.Util,
|
||||
Storage = Util.findObjByNameInArr(modules, 'storage'),
|
||||
GitHub = Util.findObjByNameInArr(Storage, 'GitHub'),
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@
|
|||
client + 'load',
|
||||
client + 'notify',
|
||||
client + 'storage',
|
||||
client + 'files',
|
||||
'client',
|
||||
client + 'listeners',
|
||||
client + 'key'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue