Searched refs:touchMap (Results 1 – 5 of 5) sorted by relevance
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.core.js | 132 touchMap = { 2729 if (supportsTouch && touchMap[type]) { 2746 obj.addEventListener(touchMap[type], _f, false); 2752 if (supportsTouch && touchMap[type]) 2753 obj.removeEventListener(touchMap[type], _f, false);
|
/plugin/callflow/ |
H A D | raphael.js | 529 touchMap = { 3104 if (supportsTouch && touchMap[type]) { 3121 obj.addEventListener(touchMap[type], _f, false); 3127 if (supportsTouch && touchMap[type]) 3128 obj.removeEventListener(touchMap[type], f, false);
|
/plugin/advrack/ |
H A D | raphael.js | 529 touchMap = { 3104 if (supportsTouch && touchMap[type]) { 3121 obj.addEventListener(touchMap[type], _f, false); 3127 if (supportsTouch && touchMap[type]) 3128 obj.removeEventListener(touchMap[type], f, false);
|
/plugin/sequencediagram/bower_components/snap.svg/dist/ |
H A D | snap.svg.js | 7294 touchMap = { class in AnonymousFunction6de3020a7b00 7317 var realName = supportsTouch && touchMap[type] ? touchMap[type] : type, 7321 if (supportsTouch && touchMap[has](type)) {
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 24069 var touchMap = {}; 24075 touchMap[val] = cssSupports ? window.CSS.supports('touch-action', val) : true; 24077 return touchMap;
|