Remove FastClick from mobile-full-screen example

This commit is contained in:
Frederic Junod
2016-04-04 16:31:28 +02:00
parent 825d525d3f
commit 4b832708e5
6 changed files with 0 additions and 38 deletions
-26
View File
@@ -1,26 +0,0 @@
/**
* @fileoverview Externs for FastClick 1.0.6
* @see https://github.com/ftlabs/fastclick
* @externs
*/
/**
* @type {Object}
* @const
*/
var FastClick = {};
/**
* @typedef {{
* touchBoundary: (number|undefined),
* tapDelay: (number|undefined),
* tapTimeout: (number|undefined)
* }}
*/
FastClick.AttachOptions;
/**
* @param {Element} layer
* @param {FastClick.AttachOptions=} opt_options
*/
FastClick.attach = function(layer, opt_options) {};