added child-process-peer...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-02-22 05:02:13 +03:00
parent 577c514ba2
commit 9fbe7512a4

View File

@ -143,12 +143,32 @@ module.Peer = core.ImageGridFeatures.Feature({
title: '',
doc: '',
tag: 'child',
tag: 'peer',
actions: PeerActions,
})
//---------------------------------------------------------------------
var ChildProcessPeerActions = actions.Actions({
})
var ChildProcessPeer =
module.ChildProcessPeer = core.ImageGridFeatures.Feature({
title: '',
doc: '',
tag: 'child-process-peer',
actions: ChildProcessPeerActions,
})
/**********************************************************************
* vim:set ts=4 sw=4 : */ return module })