Clean up no-unused-vars lint errors

This commit is contained in:
Kevin Sawicki 2016-01-19 14:49:40 -08:00
parent ccce284a5b
commit 70bcb0ac5a
36 changed files with 228 additions and 344 deletions

View file

@ -41,7 +41,7 @@ describe('crash-reporter module', function() {
var form;
server.close();
form = new multiparty.Form();
return form.parse(req, function(error, fields, files) {
return form.parse(req, function(error, fields) {
if (called) {
return;
}