mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-10 00:55:51 +00:00
b233ab957c
This commit adds message flow + collaboration specific snapping by subclassing the diagram-js provided default Snapping implementation. * Add collaboration snapping * Rename lib/util/{Name}.js -> lib/util/{Name}Util.js Closes #255
4 lines
99 B
JavaScript
4 lines
99 B
JavaScript
module.exports = {
|
|
__init__: [ 'snapping' ],
|
|
snapping: [ 'type', require('./BpmnSnapping') ]
|
|
}; |