mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(client) DOM.Files -> Files
This commit is contained in:
parent
05ebb7312a
commit
27747d6d69
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ var Util, DOM, CloudFunc, join;
|
|||
});
|
||||
});
|
||||
|
||||
DOM.Files.get('modules', function(error, modules) {
|
||||
Files.get('modules', function(error, modules) {
|
||||
var storageObj, mod, path,
|
||||
STORAGE = 'storage',
|
||||
showLoad = Images.showLoad.bind(Images),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue