From b80cccad6a9811694e2f6aeb8288c83a51f2d664 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 11 Nov 2013 08:38:13 +0000 Subject: [PATCH] refactor(cloudcmd) sendCommanderContent -> sendContent --- cloudcmd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudcmd.js b/cloudcmd.js index ecfbe74b..a948554f 100644 --- a/cloudcmd.js +++ b/cloudcmd.js @@ -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) {