Merge pull request #4108 from fredj/touchAction_extern

Add missing CSSProperties.prototype.touchAction extern
This commit is contained in:
Frédéric Junod
2015-09-14 14:51:03 +02:00

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;