mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-18 16:51:48 +03:00
Fix typo. Remove tileSource prototype extension - adds implementation for methods that throw exceptions.
This commit is contained in:
parent
271f437568
commit
d6bb8d3bd1
@ -771,7 +771,7 @@ $.Tile.prototype = {
|
||||
* @param {OpenSeadragon.Tile} tile
|
||||
*/
|
||||
equals(tile) {
|
||||
return this._ocKey === this._ocKey;
|
||||
return this._ocKey === tile._ocKey;
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -2733,7 +2733,6 @@ function getTileSourceImplementation( viewer, tileSource, imgOptions, successCal
|
||||
}
|
||||
} else {
|
||||
//can assume it's already a tile source implementation, force inheritance
|
||||
tileSource = $.extend({}, $.TileSource.prototype, tileSource);
|
||||
waitUntilReady(tileSource, tileSource);
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user