diff --git a/scripts/system/libraries/WebTablet.js b/scripts/system/libraries/WebTablet.js index 27ab0000e6..5fe55523ee 100644 --- a/scripts/system/libraries/WebTablet.js +++ b/scripts/system/libraries/WebTablet.js @@ -173,7 +173,6 @@ WebTablet.unpickle = function (string) { return tablet; }; --WebTablet.prototype.getPosition = function () { +WebTablet.prototype.getPosition = function () { return Overlays.getProperty(this.webOverlayID, "position"); - } - \ No newline at end of file +} \ No newline at end of file