From 00a6357c4dd6a338eb3ecb253796e733a18611ac Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 13 Oct 2015 15:36:46 +0200 Subject: [PATCH] Add back CSSProperties.prototype.touchAction extern See #4262 --- externs/closure-compiler.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/externs/closure-compiler.js b/externs/closure-compiler.js index 763c409f16..7894661c23 100644 --- a/externs/closure-compiler.js +++ b/externs/closure-compiler.js @@ -7,3 +7,11 @@ * * @externs */ + +// see https://github.com/google/closure-compiler/pull/1206 + +/** + * @type {string} + * @see http://www.w3.org/TR/pointerevents/#the-touch-action-css-property + */ +CSSProperties.prototype.touchAction;