From 41c82c88a97e80d3a320458cf06e4d0a1a00f290 Mon Sep 17 00:00:00 2001 From: VoidVolker Date: Fri, 29 Jul 2016 20:45:57 +0300 Subject: [PATCH] [-] remove ref to getTileAtPoint - becasue this are subclass of TileSource --- src/imagetilesource.js | 6 ------ src/legacytilesource.js | 8 -------- 2 files changed, 14 deletions(-) diff --git a/src/imagetilesource.js b/src/imagetilesource.js index 18059f87..3562bf50 100644 --- a/src/imagetilesource.js +++ b/src/imagetilesource.js @@ -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 diff --git a/src/legacytilesource.js b/src/legacytilesource.js index 59732915..04579034 100644 --- a/src/legacytilesource.js +++ b/src/legacytilesource.js @@ -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