chore: Consider removing this return statement; it will be ignored. (#1322)

master
Vern Brandl 2019-04-17 11:33:36 +08:00 committed by Yiyu He
parent 04e07fdc62
commit 75233d974a
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ module.exports = {
* @api private
*/
set accept(obj) {
return this._accept = obj;
this._accept = obj;
},
/**