Skip to content

Commit af0231f

Browse files
committed
stylefix - removed commas ending hash
Addresses comments in #11 (comment)
1 parent 5e65ada commit af0231f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
recv: function (message) {
129129
return message;
130130
},
131-
event: 'receive_chat_msg',
131+
event: 'receive_chat_msg'
132132
};
133133

134134
var dataChannelChat = {
@@ -141,7 +141,7 @@
141141
recv: function (channel, message) {
142142
return JSON.parse(message).data;
143143
},
144-
event: 'data stream data',
144+
event: 'data stream data'
145145
};
146146

147147
function initChat() {

0 commit comments

Comments
 (0)