draggable/scripts/test/helpers/constants.js
2018-03-22 21:25:48 -04:00

11 lines
138 B
JavaScript

export const defaultTouchEventOptions = {
touches: [
{
pageX: 0,
pageY: 0,
},
],
};
export const DRAG_DELAY = 0;