Home
last modified time | relevance | path

Searched refs:handleWheel (Results 1 – 2 of 2) sorted by relevance

/plugin/amcharts/assets/amcharts/
H A Damcharts.js6handleWheel=function(a){for(var b=d.charts,c=0;c<b.length;c++){var e=b[c];if(e&&e.mouseIsOver){e.m… function
8 …indow.addEventListener("DOMMouseScroll",d.handleWheel,!0),document.addEventListener("mousewheel",d…
9handleWheel));d.clear=function(){var a=d.charts;if(a)for(var b=a.length-1;0<=b;b--)a[b].clear();d.…
121 …ize:b,color:c,alpha:e,bold:d,enabled:!0};this.titles.push(a);return a},handleWheel:function(a){var…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js22560 ZoomScroll.prototype._handleWheel = function handleWheel(event) { function
22672 var handleWheel = this._handleWheel;
22685 componentEvent[newEnabled ? 'bind' : 'unbind'](element, 'wheel', handleWheel, false);