Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-02-27 03:20:51 +03:00
parent 2c36fc11d3
commit 16debe3cf4

View File

@ -337,6 +337,15 @@ module.ChildProcessPeer = core.ImageGridFeatures.Feature({
return this.runtime == 'nw' || this.runtime == 'node' }, return this.runtime == 'nw' || this.runtime == 'node' },
actions: ChildProcessPeerActions, actions: ChildProcessPeerActions,
handlers: [
// XXX check if we are a child and setup communications with the
// parent...
['start',
function(){
// XXX
}],
],
}) })