7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
// Test: $receiver fires when sending to self
|
|
$receiver(function(msg) {
|
|
if (!msg.test) disrupt
|
|
$stop()
|
|
})
|
|
send($self, {test: true})
|