tfcconnection/.shadow-cljs/builds/app/dev/goog-js/goog.math.irect.js

1 line
2.4 KiB
JavaScript

["^ ","~:resource-id",["~:shadow.build.classpath/resource","goog/math/irect.js"],"~:js","goog.provide(\"goog.math.IRect\");\ngoog.math.IRect = function() {\n};\ngoog.math.IRect.prototype.left;\ngoog.math.IRect.prototype.top;\ngoog.math.IRect.prototype.width;\ngoog.math.IRect.prototype.height;\n","~:source","/**\n * @license\n * Copyright The Closure Library Authors.\n * SPDX-License-Identifier: Apache-2.0\n */\n\n/**\n * @fileoverview A record declaration to allow ClientRect and other rectangle\n * like objects to be used with goog.math.Rect.\n */\n\ngoog.provide('goog.math.IRect');\n\n\n/**\n * Record for representing rectangular regions, allows compatibility between\n * things like ClientRect and goog.math.Rect.\n *\n * @record\n */\ngoog.math.IRect = function() {};\n\n\n/** @type {number} */\ngoog.math.IRect.prototype.left;\n\n\n/** @type {number} */\ngoog.math.IRect.prototype.top;\n\n\n/** @type {number} */\ngoog.math.IRect.prototype.width;\n\n\n/** @type {number} */\ngoog.math.IRect.prototype.height;\n","~:compiled-at",1684858198057,"~:source-map-json","{\n\"version\":3,\n\"file\":\"goog.math.irect.js\",\n\"lineCount\":8,\n\"mappings\":\"AAWAA,IAAKC,CAAAA,OAAL,CAAa,iBAAb,CAAA;AASAD,IAAKE,CAAAA,IAAKC,CAAAA,KAAV,GAAkBC,QAAQ,EAAG;CAA7B;AAIAJ,IAAKE,CAAAA,IAAKC,CAAAA,KAAME,CAAAA,SAAUC,CAAAA,IAA1B;AAIAN,IAAKE,CAAAA,IAAKC,CAAAA,KAAME,CAAAA,SAAUE,CAAAA,GAA1B;AAIAP,IAAKE,CAAAA,IAAKC,CAAAA,KAAME,CAAAA,SAAUG,CAAAA,KAA1B;AAIAR,IAAKE,CAAAA,IAAKC,CAAAA,KAAME,CAAAA,SAAUI,CAAAA,MAA1B;;\",\n\"sources\":[\"goog/math/irect.js\"],\n\"sourcesContent\":[\"/**\\n * @license\\n * Copyright The Closure Library Authors.\\n * SPDX-License-Identifier: Apache-2.0\\n */\\n\\n/**\\n * @fileoverview A record declaration to allow ClientRect and other rectangle\\n * like objects to be used with goog.math.Rect.\\n */\\n\\ngoog.provide('goog.math.IRect');\\n\\n\\n/**\\n * Record for representing rectangular regions, allows compatibility between\\n * things like ClientRect and goog.math.Rect.\\n *\\n * @record\\n */\\ngoog.math.IRect = function() {};\\n\\n\\n/** @type {number} */\\ngoog.math.IRect.prototype.left;\\n\\n\\n/** @type {number} */\\ngoog.math.IRect.prototype.top;\\n\\n\\n/** @type {number} */\\ngoog.math.IRect.prototype.width;\\n\\n\\n/** @type {number} */\\ngoog.math.IRect.prototype.height;\\n\"],\n\"names\":[\"goog\",\"provide\",\"math\",\"IRect\",\"goog.math.IRect\",\"prototype\",\"left\",\"top\",\"width\",\"height\"]\n}\n"]