diff --git a/openseadragon.js b/openseadragon.js index 7da62fae..dde985c6 100644 --- a/openseadragon.js +++ b/openseadragon.js @@ -2219,7 +2219,7 @@ $.Strings = { (function( $ ){ -$.Point=$.Point = function(x, y) { +$.Point = function(x, y) { this.x = typeof (x) == "number" ? x : 0; this.y = typeof (y) == "number" ? y : 0; };