mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-28 17:54:57 +00:00
5 lines
184 B
JavaScript
5 lines
184 B
JavaScript
module.exports = {
|
|
__init__: [ 'appendBehavior', 'dropBehavior' ],
|
|
appendBehavior: [ 'type', require('./AppendBehavior') ],
|
|
dropBehavior: [ 'type', require('./DropBehavior') ]
|
|
}; |