draggable/scripts/test/helpers/constants.js
2018-03-02 16:51:31 -05:00

9 lines
123 B
JavaScript

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