refactor: remove unused argument

master
Jonathan Ong 2013-12-29 22:33:59 -08:00
parent 7ee4f43dc0
commit e71937491b
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ module.exports = {
* @api public
*/
acceptsLanguages: function(langs) {
acceptsLanguages: function() {
return this.accept.languages.apply(this.accept, arguments);
},