Merge pull request #4263 from fredj/touchAction_extern

Add back CSSProperties.prototype.touchAction extern
This commit is contained in:
Frédéric Junod
2015-10-13 15:48:55 +02:00

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;