stuff
This commit is contained in:
9
public/js/cljs-runtime/goog.math.irect.js
Normal file
9
public/js/cljs-runtime/goog.math.irect.js
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
Reference in New Issue
Block a user