mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
removed identity assignment
This commit is contained in:
parent
d145c129a0
commit
3d08482144
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
(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…
Reference in New Issue
Block a user