mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2025-01-04 13:03:47 +03:00
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
|
/** document me */
|
||
|
var position = {
|
||
|
axis: {
|
||
|
/** document me */
|
||
|
x: 0,
|
||
|
y: 0
|
||
|
}
|
||
|
};
|