From 16debe3cf43bb3f13a8e028077cdbd5cabda32cd Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 27 Feb 2017 03:20:51 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/peer.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ui (gen4)/features/peer.js b/ui (gen4)/features/peer.js index 9d2c07cb..91248321 100755 --- a/ui (gen4)/features/peer.js +++ b/ui (gen4)/features/peer.js @@ -337,6 +337,15 @@ module.ChildProcessPeer = core.ImageGridFeatures.Feature({ return this.runtime == 'nw' || this.runtime == 'node' }, actions: ChildProcessPeerActions, + + handlers: [ + // XXX check if we are a child and setup communications with the + // parent... + ['start', + function(){ + // XXX + }], + ], })