mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
refactor(cloudcmd) sendCommanderContent -> sendContent
This commit is contained in:
parent
1fa66525e2
commit
b80cccad6a
1 changed files with 2 additions and 2 deletions
|
|
@ -202,7 +202,7 @@
|
|||
lRet = main.sendFile( pParams );
|
||||
}
|
||||
else if ( Util.isContainStrAtBegin(p.name, FS) || Util.strCmp( p.name, '/') )
|
||||
lRet = sendCommanderContent( pParams );
|
||||
lRet = sendContent( pParams );
|
||||
|
||||
else
|
||||
lRet = false;
|
||||
|
|
@ -211,7 +211,7 @@
|
|||
return lRet;
|
||||
}
|
||||
|
||||
function sendCommanderContent(pParams) {
|
||||
function sendContent(pParams) {
|
||||
var p, lRet = main.checkParams(pParams);
|
||||
|
||||
if (lRet) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue