bpmn-js/lib/features/copy-paste/index.js

8 lines
183 B
JavaScript
Raw Normal View History

module.exports = {
__depends__: [
require('diagram-js/lib/features/copy-paste')
],
__init__: [ 'bpmnCopyPaste' ],
bpmnCopyPaste: [ 'type', require('./BpmnCopyPaste') ]
};