fixed issues 2.0

This commit is contained in:
Dante Ruiz 2017-01-07 00:07:38 +00:00
parent cec2692c77
commit 55e7b46790

View file

@ -173,7 +173,6 @@ WebTablet.unpickle = function (string) {
return tablet;
};
-WebTablet.prototype.getPosition = function () {
WebTablet.prototype.getPosition = function () {
return Overlays.getProperty(this.webOverlayID, "position");
}
}