mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 14:23:32 +03:00
[-] remove ref to getTileAtPoint - becasue this are subclass of TileSource
This commit is contained in:
parent
eb799bdc70
commit
41c82c88a9
2 changed files with 0 additions and 14 deletions
|
@ -166,12 +166,6 @@
|
|||
return new $.Point(0, 0);
|
||||
}
|
||||
},
|
||||
/**
|
||||
* @function
|
||||
* @param {Number} level
|
||||
* @param {OpenSeadragon.Point} point
|
||||
*/
|
||||
getTileAtPoint: $.TileSource.prototype.getTileAtPoint,
|
||||
/**
|
||||
* Retrieves a tile url
|
||||
* @function
|
||||
|
|
|
@ -169,14 +169,6 @@ $.extend( $.LegacyTileSource.prototype, $.TileSource.prototype, /** @lends OpenS
|
|||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* @function
|
||||
* @param {Number} level
|
||||
* @param {OpenSeadragon.Point} point
|
||||
*/
|
||||
getTileAtPoint: $.TileSource.prototype.getTileAtPoint,
|
||||
|
||||
|
||||
/**
|
||||
* This method is not implemented by this class other than to throw an Error
|
||||
* announcing you have to implement it. Because of the variety of tile
|
||||
|
|
Loading…
Add table
Reference in a new issue