Add missing CSSProperties.prototype.touchAction extern

This commit is contained in:
Frederic Junod
2015-09-14 14:26:43 +02:00
parent 758118e00d
commit 8afa911eb5

View File

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