diff --git a/externs/closure-compiler.js b/externs/closure-compiler.js index b9c546b0ae..9ee9e8ade7 100644 --- a/externs/closure-compiler.js +++ b/externs/closure-compiler.js @@ -30,3 +30,12 @@ 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;