mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
removed empty dzi.js from src directory
This commit is contained in:
parent
9b5cf799bf
commit
ced59b9827
@ -3558,18 +3558,16 @@ $.Drawer = function(source, viewport, elmt) {
|
||||
this.elmt = this._container;
|
||||
|
||||
|
||||
this._init();
|
||||
};
|
||||
|
||||
$.Drawer.prototype = {
|
||||
|
||||
_init: function() {
|
||||
this._canvas.style.width = "100%";
|
||||
this._canvas.style.height = "100%";
|
||||
this._canvas.style.position = "absolute";
|
||||
this._container.style.textAlign = "left"; // explicit left-align
|
||||
this._container.appendChild(this._canvas);
|
||||
},
|
||||
};
|
||||
|
||||
$.Drawer.prototype = {
|
||||
|
||||
_compareTiles: function(prevBest, tile) {
|
||||
if (!prevBest) {
|
||||
return tile;
|
||||
|
@ -1,6 +0,0 @@
|
||||
|
||||
(function( $ ){
|
||||
|
||||
|
||||
|
||||
}( OpenSeadragon ));
|
Loading…
Reference in New Issue
Block a user