2014-06-23 15:16:13 +00:00
|
|
|
module.exports = {
|
2014-07-07 15:17:41 +00:00
|
|
|
__depends__: [
|
|
|
|
require('diagram-js/lib/features/touch')
|
|
|
|
],
|
2014-06-23 15:16:13 +00:00
|
|
|
__init__: [ 'touchInteraction' ],
|
|
|
|
touchInteraction: [ 'type', require('./TouchInteraction') ]
|
|
|
|
};
|