2016-06-21 15:29:03 +02:00

8 lines
187 B
JavaScript

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