Merge pull request #2220 from jssullivan/master

Fixes #2219 TypeError: Cannot set property buttons of [object Object] which has only a getter when initializing OpenSeaDragon
This commit is contained in:
Ian Gilman 2022-10-20 14:27:29 -07:00 committed by GitHub
commit d5bcbcec3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ $.Viewer = function( options ) {
navImages: null,
//interface button controls
buttons: null,
buttonGroup: null,
//TODO: this is defunct so safely remove it
profiler: null