mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 14:43:33 +03:00
26 lines
460 B
JavaScript
26 lines
460 B
JavaScript
|
var a, b, c;
|
||
|
!(function(a) {
|
||
|
var b;
|
||
|
(a.Point || (a.Point = {})).Origin = {
|
||
|
x: 0,
|
||
|
y: 0
|
||
|
};
|
||
|
})(a || (a = {})), ((c = a || (a = {})).Point = function() {
|
||
|
return {
|
||
|
x: 0,
|
||
|
y: 0
|
||
|
};
|
||
|
}), (function(a) {
|
||
|
var c;
|
||
|
function b() {
|
||
|
return {
|
||
|
x: 0,
|
||
|
y: 0
|
||
|
};
|
||
|
}
|
||
|
((b = a.Point || (a.Point = {})).Origin = {
|
||
|
x: 0,
|
||
|
y: 0
|
||
|
}), (a.Point = b);
|
||
|
})(b || (b = {}));
|