From ee8df1330ffefc0f4bd0f0b90e9eb08abcd4a08a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 4 Mar 2017 04:20:05 +0300 Subject: [PATCH] bugfix... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/peer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui (gen4)/features/peer.js b/ui (gen4)/features/peer.js index 824f8e79..11eacfdf 100755 --- a/ui (gen4)/features/peer.js +++ b/ui (gen4)/features/peer.js @@ -338,11 +338,10 @@ var ChildProcessPeerActions = actions.Actions({ // ...this would be useful to 100% match the action api and // make the thing transparent... // XXX prop access??? - // XXX test... peerCall: ['- Peer/', makeProtocolHandler('child', function(id, action){ var args = [].slice.call(arguments, 2) - return this.peerApply(ig, action, args) + return this.peerApply(id, action, args) })], peerApply: ['- Peer/', makeProtocolHandler('child', function(id, action, args){