mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-07 18:39:23 +03:00
Testing
This commit is contained in:
parent
d1627f9975
commit
40d8f84187
@ -98,8 +98,11 @@
|
|||||||
this.viewer = OpenSeadragon(config);
|
this.viewer = OpenSeadragon(config);
|
||||||
|
|
||||||
if (testInitialOpen) {
|
if (testInitialOpen) {
|
||||||
this.viewer.addHandler( "open", function() {
|
function openHandler() {
|
||||||
});
|
self.viewer.removeHandler('open', openHandler);
|
||||||
|
}
|
||||||
|
|
||||||
|
this.viewer.addHandler( "open", openHandler);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (testMargins) {
|
if (testMargins) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user