mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-13 18:46:05 +00:00
cf108a9233
This allows the distribution of elements evenly. Related to bpmn-io/diagram-js#172
8 lines
219 B
JavaScript
8 lines
219 B
JavaScript
module.exports = {
|
|
__depends__: [
|
|
require('diagram-js/lib/features/distribute-elements')
|
|
],
|
|
__init__: [ 'bpmnDistributeElements' ],
|
|
bpmnDistributeElements: [ 'type', require('./BpmnDistributeElements') ]
|
|
};
|