mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 18:12:26 +03:00
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
function setPosition(newP) {
|
|
/** document me */
|
|
this.position = newP; // sets global property
|
|
}
|
|
|