Add back CSSProperties.prototype.touchAction extern

See #4262
This commit is contained in:
Frederic Junod
2015-10-13 15:36:46 +02:00
parent b75ef3ae18
commit 00a6357c4d

View File

@@ -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;