From 55e7b4679034a17ce5ca3a1102901bff6cb9fefe Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Sat, 7 Jan 2017 00:07:38 +0000 Subject: [PATCH] fixed issues 2.0 --- scripts/system/libraries/WebTablet.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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