Add missing externs for Touch

This commit is contained in:
Tom Payne
2014-03-23 18:40:59 +01:00
parent aeb1626b08
commit cf111c7a77

View File

@@ -52,3 +52,22 @@ Document.prototype.msFullscreenEnabled;
/** @type {Element} */
Document.prototype.msFullscreenElement;
/** @type {number} */
Touch.prototype.force;
/** @type {number} */
Touch.prototype.radiusX;
/** @type {number} */
Touch.prototype.radiusY;
/** @type {number} */
Touch.prototype.webkitForce;
/** @type {number} */
Touch.prototype.webkitRadiusX;
/** @type {number} */
Touch.prototype.webkitRadiusY;