mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
added child-process-peer...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
577c514ba2
commit
9fbe7512a4
@ -143,12 +143,32 @@ module.Peer = core.ImageGridFeatures.Feature({
|
|||||||
title: '',
|
title: '',
|
||||||
doc: '',
|
doc: '',
|
||||||
|
|
||||||
tag: 'child',
|
tag: 'peer',
|
||||||
|
|
||||||
actions: PeerActions,
|
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 })
|
* vim:set ts=4 sw=4 : */ return module })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user