mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-03-04 02:20:27 +00:00
4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
module.exports = {
|
|
__init__: [ 'touchInteraction' ],
|
|
touchInteraction: [ 'type', require('./TouchInteraction') ]
|
|
}; |