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