mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(client) add " "
This commit is contained in:
parent
93dfb97f25
commit
97aca94028
1 changed files with 4 additions and 4 deletions
|
|
@ -174,7 +174,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
}
|
||||
});
|
||||
|
||||
CloudCmd.getModules(function(pModules){
|
||||
CloudCmd.getModules(function(pModules) {
|
||||
pModules = pModules || [];
|
||||
|
||||
Events.addContextMenu(function(pEvent){
|
||||
|
|
@ -190,7 +190,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
'menu' : lShowLoadFunc
|
||||
},
|
||||
|
||||
lLoad = function(pName, pPath, pDoBefore){
|
||||
lLoad = function(pName, pPath, pDoBefore) {
|
||||
loadModule({
|
||||
path : pPath,
|
||||
name : pName,
|
||||
|
|
@ -198,7 +198,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
});
|
||||
};
|
||||
|
||||
for(i = 0, n = pModules.length; i < n ; i++){
|
||||
for (i = 0, n = pModules.length; i < n ; i++) {
|
||||
var lModule = pModules[i];
|
||||
|
||||
if( Util.isString(lModule) )
|
||||
|
|
@ -208,7 +208,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
var lStorageObj = Util.findObjByNameInArr( pModules, lStorage ),
|
||||
lMod = Util.getNamesFromObjArray( lStorageObj );
|
||||
|
||||
for(i = 0, n = lMod.length; i < n; i++){
|
||||
for (i = 0, n = lMod.length; i < n; i++){
|
||||
var lName = lMod[i],
|
||||
lPath = lStorage + '/_' + lName.toLowerCase();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue