From 88fb4c841db78be364496e2b571fd0ad2fa2441d Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sun, 29 Dec 2013 05:46:12 -0800 Subject: [PATCH] remove trailing comma --- lib/context.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/context.js b/lib/context.js index 4477c69..032b675 100644 --- a/lib/context.js +++ b/lib/context.js @@ -487,5 +487,5 @@ module.exports = { attachment: function() { return this.response.attachment.apply(this.response, arguments); - }, + } };