mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-19 17:21:50 +03:00
[-] remove ref to getTileAtPoint - becasue this are subclass of TileSource
This commit is contained in:
parent
eb799bdc70
commit
41c82c88a9
@ -166,12 +166,6 @@
|
|||||||
return new $.Point(0, 0);
|
return new $.Point(0, 0);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/**
|
|
||||||
* @function
|
|
||||||
* @param {Number} level
|
|
||||||
* @param {OpenSeadragon.Point} point
|
|
||||||
*/
|
|
||||||
getTileAtPoint: $.TileSource.prototype.getTileAtPoint,
|
|
||||||
/**
|
/**
|
||||||
* Retrieves a tile url
|
* Retrieves a tile url
|
||||||
* @function
|
* @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
|
* 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
|
* announcing you have to implement it. Because of the variety of tile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user