projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3f1547
)
Remove trailing comma in app.js
author
Darren
<darren@darrenwhitlen.com>
Wed, 13 Aug 2014 15:55:21 +0000
(16:55 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Wed, 13 Aug 2014 15:55:21 +0000
(16:55 +0100)
client/src/app.js
patch
|
blob
|
blame
|
history
diff --git
a/client/src/app.js
b/client/src/app.js
index 92532e1b5df8aa935fef066db28fc1f0517ecf06..31a0f65369c9b91cbbf23a108be054eb37b0dd79 100644
(file)
--- a/
client/src/app.js
+++ b/
client/src/app.js
@@
-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