Home
last modified time | relevance | path

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

/plugin/edittable/lib/
Dhandsontable.full.js26006 var eventMockup = { type: 'wheel' }; variable
26023 eventMockup.target = parentHolder;
26026 this.syncScrollPositions(eventMockup, mouseWheelSpeedRatio * deltaX, 'x');
26027 this.syncScrollPositions(eventMockup, mouseWheelSpeedRatio * deltaY, 'y');
26035 this.syncScrollPositions(eventMockup, mouseWheelSpeedRatio * delta);
/plugin/zwidoku/files/
H A Djs.js1eventMockup={type:'wheel'};var tempElem=event.target;var delta=null;if(event.deltaMode===1){deltaY…