chore(rest) rm " "

This commit is contained in:
coderaiser 2015-02-18 04:38:40 -05:00
parent ebd4bdd5f3
commit 4b70db56cf

View file

@ -87,7 +87,7 @@
/**
* getting data on method and command
*
*
* @param params {name, method, body, requrest, response}
*/
function sendData(params, callback) {
@ -117,7 +117,7 @@
/**
* process data on GET request
*
*
* @param pParams {method, body, requrest, response}
*/
function onGET(params, callback) {
@ -161,7 +161,7 @@
/**
* process data on PUT request
*
*
* @param pParams {command, method, body, requrest, response}
*/
function onPUT(name, body, callback) {