UNPKG

holly-packages

Version:
15 lines (13 loc) 280 B
/** * Enable FastClick. * * @see https://github.com/ftlabs/fastclick#usage */ (function() { "use strict"; if ('addEventListener' in document) { document.addEventListener('DOMContentLoaded', function() { FastClick.attach(document.body); }, false); } })();