mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
propagate ajaxWithCredentials to navigator
This commit is contained in:
parent
65c727079c
commit
35d468c4db
@ -517,6 +517,7 @@ $.Viewer = function( options ) {
|
|||||||
drawer: this.drawer.getType(),
|
drawer: this.drawer.getType(),
|
||||||
loadTilesWithAjax: this.loadTilesWithAjax,
|
loadTilesWithAjax: this.loadTilesWithAjax,
|
||||||
ajaxHeaders: this.ajaxHeaders,
|
ajaxHeaders: this.ajaxHeaders,
|
||||||
|
ajaxWithCredentials: this.ajaxWithCredentials,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user