Add missing CSSProperties.prototype.touchAction extern
This commit is contained in:
@@ -30,3 +30,12 @@ Touch.prototype.webkitRadiusX;
|
|||||||
|
|
||||||
/** @type {number} */
|
/** @type {number} */
|
||||||
Touch.prototype.webkitRadiusY;
|
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