From 1fd5ab114fdaf07db6e0362769418c6ca9a476da Mon Sep 17 00:00:00 2001 From: Darren Date: Wed, 13 Aug 2014 16:55:21 +0100 Subject: [PATCH] Remove trailing comma in app.js --- client/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app.js b/client/src/app.js index 92532e1..31a0f65 100644 --- a/client/src/app.js +++ b/client/src/app.js @@ -118,7 +118,7 @@ _kiwi.global = { part: 'part', join: 'join', action: 'action', ctcp: 'ctcp', ctcpRequest: 'ctcpRequest', ctcpResponse: 'ctcpResponse', notice: 'notice', msg: 'privmsg', changeNick: 'changeNick', - channelInfo: 'channelInfo', mode: 'mode', quit: 'quit', + channelInfo: 'channelInfo', mode: 'mode', quit: 'quit' }; _.each(funcs, function(gateway_fn, func_name) { -- 2.25.1