mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(client) "," -> ";"
This commit is contained in:
parent
66fa7006d9
commit
1847024267
1 changed files with 4 additions and 4 deletions
|
|
@ -22,9 +22,9 @@ var Util, DOM, CloudFunc, join;
|
|||
Storage = DOM.Storage,
|
||||
type = Util.type;
|
||||
|
||||
this.log = log,
|
||||
this.PREFIX = '',
|
||||
this.PREFIX_URL = '',
|
||||
this.log = log;
|
||||
this.PREFIX = '';
|
||||
this.PREFIX_URL = '';
|
||||
this.LIBDIR = '/lib/';
|
||||
this.LIBDIRCLIENT = '/lib/client/';
|
||||
this.MIN_ONE_PANEL_WIDTH = 1155;
|
||||
|
|
@ -280,7 +280,7 @@ var Util, DOM, CloudFunc, join;
|
|||
load(null, module, doBefore[module]);
|
||||
});
|
||||
|
||||
storageObj = Util.findObjByNameInArr(modules, STORAGE),
|
||||
storageObj = Util.findObjByNameInArr(modules, STORAGE);
|
||||
mod = Util.getNamesFromObjArray(storageObj);
|
||||
|
||||
mod.forEach(function(name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue