mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
function setPosition(newP) {
|
|
/** document me */
|
|
this.position = newP; // sets global property
|
|
}
|
|
|