mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-10 17:16:02 +00:00
e99214bb6a
Related to bpmn-io/diagram-js#177
8 lines
187 B
JavaScript
8 lines
187 B
JavaScript
module.exports = {
|
|
__depends__: [
|
|
require('diagram-js/lib/features/keyboard')
|
|
],
|
|
__init__: [ 'bpmnKeyBindings' ],
|
|
bpmnKeyBindings: [ 'type', require('./BpmnKeyBindings') ]
|
|
};
|