mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2025-01-04 13:03:47 +03:00
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
|
function setPosition(newP) {
|
||
|
/** document me */
|
||
|
this.position = newP; // sets global property
|
||
|
}
|
||
|
|