mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-14 02:54:37 +00:00
5 lines
198 B
JavaScript
5 lines
198 B
JavaScript
|
module.exports = {
|
||
|
__init__: [ 'autoPlaceSelectionBehavior' ],
|
||
|
autoPlace: [ 'type', require('./AutoPlace') ],
|
||
|
autoPlaceSelectionBehavior: [ 'type', require('./AutoPlaceSelectionBehavior') ]
|
||
|
};
|