mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
refactor(modules) add dom
This commit is contained in:
parent
75b36463f1
commit
62899daa17
20 changed files with 34 additions and 27 deletions
|
|
@ -16,7 +16,7 @@ window.CloudCmd = (config) => {
|
|||
window.DOM = DOM;
|
||||
window.CloudCmd = require('./client');
|
||||
|
||||
const Dialog = require('./dialog');
|
||||
const Dialog = require('./dom/dialog');
|
||||
|
||||
const prefix = getPrefix(config.prefix);
|
||||
const {htmlDialogs} = config;
|
||||
|
|
@ -27,7 +27,6 @@ window.CloudCmd = (config) => {
|
|||
|
||||
require('./listeners');
|
||||
require('./key');
|
||||
require('./directory');
|
||||
require('./sort');
|
||||
|
||||
window.CloudCmd.init(prefix, config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue