mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-10 00:55:51 +00:00
31f0ea1ec0
This commit adds part of the infrastructure that allows the coexistence between bpmn elements and custom ones. Closes #348
6 lines
153 B
JavaScript
6 lines
153 B
JavaScript
module.exports = {
|
|
__init__: [ 'bpmnRenderer' ],
|
|
bpmnRenderer: [ 'type', require('./BpmnRenderer') ],
|
|
pathMap: [ 'type', require('./PathMap') ]
|
|
};
|