Merge pull request #4167 from fredj/externs-cleanup
Remove externs in externs/closure-compiler.js
This commit is contained in:
@@ -7,35 +7,3 @@
|
|||||||
*
|
*
|
||||||
* @externs
|
* @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
943
externs/jquery-1.9.js
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user