Files
nothoughts/public/js/cljs-runtime/goog.math.irect.js
2025-01-21 19:11:39 +01:00

10 lines
242 B
JavaScript

goog.provide("goog.math.IRect");
goog.math.IRect = function() {
};
goog.math.IRect.prototype.left;
goog.math.IRect.prototype.top;
goog.math.IRect.prototype.width;
goog.math.IRect.prototype.height;
//# sourceMappingURL=goog.math.irect.js.map