Show More
@@ -67,7 +67,7 b' var registerViewChannels;' | |||||
67 | $.Topic(data[i].message.topic).publish(data[i]) |
|
67 | $.Topic(data[i].message.topic).publish(data[i]) | |
68 | } |
|
68 | } | |
69 | else { |
|
69 | else { | |
70 |
ccLog.warn |
|
70 | ccLog.warn('unhandled message', data); | |
71 | } |
|
71 | } | |
72 | } |
|
72 | } | |
73 | }; |
|
73 | }; | |
@@ -97,7 +97,7 b' var registerViewChannels;' | |||||
97 | $.Topic(data[i].message.topic).publish(data[i]) |
|
97 | $.Topic(data[i].message.topic).publish(data[i]) | |
98 | } |
|
98 | } | |
99 | else { |
|
99 | else { | |
100 |
ccLog.warn |
|
100 | ccLog.warn('unhandled message', data); | |
101 | } |
|
101 | } | |
102 | } |
|
102 | } | |
103 | self.listen(); |
|
103 | self.listen(); |
General Comments 0
You need to be logged in to leave comments.
Login now