mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-11 01:25:48 +00:00
1923a6bdda
Closes #474, #394
8 lines
199 B
JavaScript
8 lines
199 B
JavaScript
module.exports = {
|
|
__depends__: [
|
|
require('diagram-js/lib/features/global-connect')
|
|
],
|
|
__init__: [ 'bpmnGlobalConnect' ],
|
|
bpmnGlobalConnect: [ 'type', require('./BpmnGlobalConnect') ]
|
|
};
|