mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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...
|
||||
peerConnected: ['- Peer/',
|
||||
core.notUserCallable(function(){
|
||||
core.notUserCallable(function(id){
|
||||
// XXX
|
||||
})],
|
||||
// event...
|
||||
peerDisconnected: ['- Peer/',
|
||||
core.notUserCallable(function(){
|
||||
core.notUserCallable(function(id){
|
||||
// XXX
|
||||
})],
|
||||
|
||||
@ -72,20 +72,20 @@ var PeerActions = actions.Actions({
|
||||
// XXX
|
||||
}],
|
||||
peerSpec: ['- Peer/',
|
||||
function(){
|
||||
function(id){
|
||||
// XXX
|
||||
}],
|
||||
peerProxy: ['- Peer/',
|
||||
function(){
|
||||
function(id){
|
||||
// XXX
|
||||
}],
|
||||
|
||||
peerCall: ['- Peer/',
|
||||
function(){
|
||||
function(id, action){
|
||||
// XXX
|
||||
}],
|
||||
peerApply: ['- Peer/',
|
||||
function(){
|
||||
function(id, action, args){
|
||||
// XXX
|
||||
}],
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user