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