UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

6 lines (5 loc) 151 B
module.exports = function(lastTouchEvent, clickTimestamp) { if (lastTouchEvent && (clickTimestamp - lastTouchEvent) < 750) { return true; } };