mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
fix ajax headers not propagated to navigator
This commit is contained in:
parent
f3a942c522
commit
834ed6ede5
@ -515,6 +515,8 @@ $.Viewer = function( options ) {
|
|||||||
crossOriginPolicy: this.crossOriginPolicy,
|
crossOriginPolicy: this.crossOriginPolicy,
|
||||||
animationTime: this.animationTime,
|
animationTime: this.animationTime,
|
||||||
drawer: this.drawer.getType(),
|
drawer: this.drawer.getType(),
|
||||||
|
loadTilesWithAjax: this.loadTilesWithAjax,
|
||||||
|
ajaxHeaders: this.ajaxHeaders,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user