refactor(rest) onPut: rm unused options

This commit is contained in:
coderaiser 2014-06-20 06:11:49 -04:00
parent 6669172ae8
commit c4e53d623c

View file

@ -255,7 +255,7 @@
* @param pParams {command, method, body, requrest, response}
*/
function onPUT(params) {
var p, cmd, files, name, json, config, data, from, to, options,
var p, cmd, files, name, json, config, data, from, to,
ret = main.checkParams(params, ['body']);
if (ret) {