bpmn-js/lib/features/touch/index.js

7 lines
186 B
JavaScript

module.exports = {
__depends__: [
require('diagram-js/lib/features/touch')
],
__init__: [ 'touchInteraction' ],
touchInteraction: [ 'type', require('./TouchInteraction') ]
};