Update closure-util to v1.16.0

This commit is contained in:
Frederic Junod
2017-01-18 12:25:18 +01:00
committed by Guillaume Beraudo
parent 68f493fc90
commit 3e4afa6ddf
6 changed files with 5 additions and 21 deletions

View File

@@ -7,23 +7,3 @@
*
* @externs
*/
// see https://github.com/google/closure-compiler/pull/1991
/**
* @param {*} arg
* @return {boolean}
* @nosideeffects
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView
*/
ArrayBuffer.isView = function(arg) {};
// 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;