mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
07d3ca21ef
commit
e391375049
@ -58,12 +58,12 @@ var PeerActions = actions.Actions({
|
|||||||
|
|
||||||
// event...
|
// event...
|
||||||
peerConnected: ['- Peer/',
|
peerConnected: ['- Peer/',
|
||||||
core.notUserCallable(function(){
|
core.notUserCallable(function(id){
|
||||||
// XXX
|
// XXX
|
||||||
})],
|
})],
|
||||||
// event...
|
// event...
|
||||||
peerDisconnected: ['- Peer/',
|
peerDisconnected: ['- Peer/',
|
||||||
core.notUserCallable(function(){
|
core.notUserCallable(function(id){
|
||||||
// XXX
|
// XXX
|
||||||
})],
|
})],
|
||||||
|
|
||||||
@ -72,20 +72,20 @@ var PeerActions = actions.Actions({
|
|||||||
// XXX
|
// XXX
|
||||||
}],
|
}],
|
||||||
peerSpec: ['- Peer/',
|
peerSpec: ['- Peer/',
|
||||||
function(){
|
function(id){
|
||||||
// XXX
|
// XXX
|
||||||
}],
|
}],
|
||||||
peerProxy: ['- Peer/',
|
peerProxy: ['- Peer/',
|
||||||
function(){
|
function(id){
|
||||||
// XXX
|
// XXX
|
||||||
}],
|
}],
|
||||||
|
|
||||||
peerCall: ['- Peer/',
|
peerCall: ['- Peer/',
|
||||||
function(){
|
function(id, action){
|
||||||
// XXX
|
// XXX
|
||||||
}],
|
}],
|
||||||
peerApply: ['- Peer/',
|
peerApply: ['- Peer/',
|
||||||
function(){
|
function(id, action, args){
|
||||||
// XXX
|
// XXX
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user