mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 22:56:11 +03:00
refactor: removed empty line
This commit is contained in:
parent
e7497272fa
commit
4a51a4e47c
@ -1601,7 +1601,6 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||||||
return this.world.removeItem(drawer);
|
return this.world.removeItem(drawer);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Update pixel density ration, clears all tiles and triggers updates for
|
* Update pixel density ration, clears all tiles and triggers updates for
|
||||||
* all items.
|
* all items.
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
// debugMode: true,
|
// debugMode: true,
|
||||||
id: "contentDiv",
|
id: "contentDiv",
|
||||||
prefixUrl: "../../build/openseadragon/images/",
|
prefixUrl: "../../build/openseadragon/images/",
|
||||||
tileSources: "../data/iiif_2_0_tiled_sf1/info.json",
|
tileSources: "https://www.nb.no/services/image/resolver/URN:NBN:no-nb_digibok_2017060708028_0010/info.json",
|
||||||
showNavigator: true
|
showNavigator: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user