From e3913750497e79f28a04675ee22e6b5bcb39f0b7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 19 Feb 2017 06:22:32 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/peer.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ui (gen4)/features/peer.js b/ui (gen4)/features/peer.js index 5dfb5a89..7345e4c7 100755 --- a/ui (gen4)/features/peer.js +++ b/ui (gen4)/features/peer.js @@ -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 }],