Remove externs in externs/closure-compiler.js
Fixed upstream: * https://github.com/google/closure-compiler/pull/1139 * https://github.com/google/closure-compiler/pull/1140
This commit is contained in:
@@ -7,35 +7,3 @@
|
|||||||
*
|
*
|
||||||
* @externs
|
* @externs
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @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;
|
|
||||||
|
|
||||||
|
|
||||||
// see https://github.com/google/closure-compiler/pull/1139
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @type {string}
|
|
||||||
* @see http://www.w3.org/TR/pointerevents/#the-touch-action-css-property
|
|
||||||
*/
|
|
||||||
CSSProperties.prototype.touchAction;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user