Remove trailing comma in app.js
authorDarren <darren@darrenwhitlen.com>
Wed, 13 Aug 2014 15:55:21 +0000 (16:55 +0100)
committerDarren <darren@darrenwhitlen.com>
Wed, 13 Aug 2014 15:55:21 +0000 (16:55 +0100)
client/src/app.js

index 92532e1b5df8aa935fef066db28fc1f0517ecf06..31a0f65369c9b91cbbf23a108be054eb37b0dd79 100644 (file)
@@ -118,7 +118,7 @@ _kiwi.global = {
                 part: 'part', join: 'join', action: 'action', ctcp: 'ctcp',\r
                 ctcpRequest: 'ctcpRequest', ctcpResponse: 'ctcpResponse',\r
                 notice: 'notice', msg: 'privmsg', changeNick: 'changeNick',\r
-                channelInfo: 'channelInfo', mode: 'mode', quit: 'quit',\r
+                channelInfo: 'channelInfo', mode: 'mode', quit: 'quit'\r
             };\r
 \r
             _.each(funcs, function(gateway_fn, func_name) {\r