mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-27 17:24:54 +00:00
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
module.exports = {
|
|
__init__: [ 'zoomScroll' ],
|
|
zoomScroll: [ 'type', require('./ZoomScroll') ]
|
|
}; |