mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-13 18:46:05 +00:00
1923a6bdda
Closes #474, #394
8 lines
220 B
JavaScript
8 lines
220 B
JavaScript
module.exports = {
|
|
__depends__: [
|
|
require('diagram-js/lib/features/keyboard'),
|
|
require('../global-connect')
|
|
],
|
|
__init__: [ 'bpmnKeyBindings' ],
|
|
bpmnKeyBindings: [ 'type', require('./BpmnKeyBindings') ]
|
|
}; |