mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
[=] fix for image source type image and in legacytilesource
This commit is contained in:
parent
ecebc3305f
commit
eb799bdc70
@ -171,9 +171,7 @@
|
||||
* @param {Number} level
|
||||
* @param {OpenSeadragon.Point} point
|
||||
*/
|
||||
getTileAtPoint: function (level, point) {
|
||||
return new $.Point(0, 0);
|
||||
},
|
||||
getTileAtPoint: $.TileSource.prototype.getTileAtPoint,
|
||||
/**
|
||||
* Retrieves a tile url
|
||||
* @function
|
||||
|
@ -174,9 +174,7 @@ $.extend( $.LegacyTileSource.prototype, $.TileSource.prototype, /** @lends OpenS
|
||||
* @param {Number} level
|
||||
* @param {OpenSeadragon.Point} point
|
||||
*/
|
||||
getTileAtPoint: function( level, point ) {
|
||||
return new $.Point( 0, 0 );
|
||||
},
|
||||
getTileAtPoint: $.TileSource.prototype.getTileAtPoint,
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user