refactor: remove unused argument
This commit is contained in:
parent
7ee4f43dc0
commit
e71937491b
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ module.exports = {
|
||||||
* @api public
|
* @api public
|
||||||
*/
|
*/
|
||||||
|
|
||||||
acceptsLanguages: function(langs) {
|
acceptsLanguages: function() {
|
||||||
return this.accept.languages.apply(this.accept, arguments);
|
return this.accept.languages.apply(this.accept, arguments);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue