remove trailing comma

This commit is contained in:
TJ Holowaychuk 2013-12-29 05:46:12 -08:00
parent 08a88a92db
commit 88fb4c841d

View file

@ -487,5 +487,5 @@ module.exports = {
attachment: function() { attachment: function() {
return this.response.attachment.apply(this.response, arguments); return this.response.attachment.apply(this.response, arguments);
}, }
}; };