Merge pull request #4167 from fredj/externs-cleanup

Remove externs in externs/closure-compiler.js
This commit is contained in:
Frédéric Junod
2015-09-24 16:03:08 +02:00
2 changed files with 307 additions and 668 deletions

View File

@@ -7,35 +7,3 @@
*
* @externs
*/
/** @type {number} */
Touch.prototype.force;
/** @type {number} */
Touch.prototype.radiusX;
/** @type {number} */
Touch.prototype.radiusY;
/** @type {number} */
Touch.prototype.webkitForce;
/** @type {number} */
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;

943
externs/jquery-1.9.js vendored

File diff suppressed because it is too large Load Diff