mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-11 01:25:48 +00:00
7 lines
186 B
JavaScript
7 lines
186 B
JavaScript
|
module.exports = {
|
||
|
__depends__: [
|
||
|
require('diagram-js/lib/features/keyboard')
|
||
|
],
|
||
|
__init__: [ 'bpmnKeyBindings' ],
|
||
|
bpmnKeyBindings: [ 'type', require('./BpmnKeyBindings') ]
|
||
|
};
|