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 + }], + ], })