mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
nc merge
This commit is contained in:
commit
f7ca9d2393
23 changed files with 69 additions and 67 deletions
|
|
@ -37,7 +37,7 @@ function (Nc, Channel) {
|
|||
};
|
||||
|
||||
PipeToServer.prototype.onMessage = function (message) {
|
||||
Nc.trigger(message.recipient + '/controlCommand', message);
|
||||
Nc.trigger(Nc.ns.channel.events.controlCommand + recipient, message);
|
||||
}
|
||||
|
||||
PipeToServer.prototype.destroy = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue