mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-31 15:12:07 +03:00
removed identity assignment
This commit is contained in:
parent
3d08482144
commit
27189ae583
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user