refactor(cloudcmd) sendCommanderContent -> sendContent

This commit is contained in:
coderaiser 2013-11-11 08:38:13 +00:00
parent 1fa66525e2
commit b80cccad6a

View file

@ -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) {