mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3fb1bce368
commit
d76acff7c8
@ -158,6 +158,14 @@ var ChildProcessPeerActions = actions.Actions({
|
|||||||
// XXX
|
// XXX
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
peerCall: ['- Peer/',
|
||||||
|
function(id, action){
|
||||||
|
// XXX
|
||||||
|
}],
|
||||||
|
peerApply: ['- Peer/',
|
||||||
|
function(id, action, args){
|
||||||
|
// XXX
|
||||||
|
}],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
@ -167,6 +175,9 @@ module.ChildProcessPeer = core.ImageGridFeatures.Feature({
|
|||||||
doc: '',
|
doc: '',
|
||||||
|
|
||||||
tag: 'child-process-peer',
|
tag: 'child-process-peer',
|
||||||
|
depends: [
|
||||||
|
'peer',
|
||||||
|
],
|
||||||
|
|
||||||
actions: ChildProcessPeerActions,
|
actions: ChildProcessPeerActions,
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user