From: Darren Date: Wed, 13 Aug 2014 15:55:21 +0000 (+0100) Subject: Remove trailing comma in app.js X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1fd5ab114fdaf07db6e0362769418c6ca9a476da;p=KiwiIRC.git Remove trailing comma in app.js --- 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) {