mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-07 18:39:23 +03:00
removed identity assignment
This commit is contained in:
parent
3d08482144
commit
27189ae583
@ -2219,7 +2219,7 @@ $.Strings = {
|
|||||||
|
|
||||||
(function( $ ){
|
(function( $ ){
|
||||||
|
|
||||||
$.Point=$.Point = function(x, y) {
|
$.Point = function(x, y) {
|
||||||
this.x = typeof (x) == "number" ? x : 0;
|
this.x = typeof (x) == "number" ? x : 0;
|
||||||
this.y = typeof (y) == "number" ? y : 0;
|
this.y = typeof (y) == "number" ? y : 0;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user