2015-08-17 14:43:15 +00:00
|
|
|
module.exports = {
|
2016-08-08 09:23:39 +00:00
|
|
|
__depends__: [ require('diagram-js/lib/features/preview-support') ],
|
|
|
|
__init__: [ 'bpmnReplacePreview' ],
|
2015-08-17 14:43:15 +00:00
|
|
|
bpmnReplacePreview: [ 'type', require('./BpmnReplacePreview') ]
|
|
|
|
};
|