mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 19:53:30 +02:00
fixed issues 2.0
This commit is contained in:
parent
cec2692c77
commit
55e7b46790
1 changed files with 2 additions and 3 deletions
|
@ -173,7 +173,6 @@ WebTablet.unpickle = function (string) {
|
|||
return tablet;
|
||||
};
|
||||
|
||||
-WebTablet.prototype.getPosition = function () {
|
||||
WebTablet.prototype.getPosition = function () {
|
||||
return Overlays.getProperty(this.webOverlayID, "position");
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue