fastclick: Javascript Polyfill to remove click delays on browsers with touch UIs

From the fastclick Github page:

FastClick is a simple, easy-to-use library for eliminating the 300ms delay between a physical tap and the firing of a click event on mobile
browsers. The aim is to make your application feel less laggy and more responsive while avoiding any interference with your current logic.

via blog.forecast.io