mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
chore(rest) rm comments
This commit is contained in:
parent
0fe62b2a67
commit
330329793c
1 changed files with 1 additions and 3 deletions
|
|
@ -79,8 +79,6 @@
|
|||
/**
|
||||
* send data
|
||||
*
|
||||
* @param pRes
|
||||
* @param pData
|
||||
*/
|
||||
function send(params) {
|
||||
var res = params.response,
|
||||
|
|
@ -94,7 +92,7 @@
|
|||
/**
|
||||
* getting data on method and command
|
||||
*
|
||||
* @param pParams {command, method, body, requrest, response}
|
||||
* @param params {command, method, body, requrest, response}
|
||||
*/
|
||||
function sendData(params, callback) {
|
||||
var p, isFS, isMD,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue