mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
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:
commit
d5bcbcec3a
@ -182,7 +182,7 @@ $.Viewer = function( options ) {
|
|||||||
navImages: null,
|
navImages: null,
|
||||||
|
|
||||||
//interface button controls
|
//interface button controls
|
||||||
buttons: null,
|
buttonGroup: null,
|
||||||
|
|
||||||
//TODO: this is defunct so safely remove it
|
//TODO: this is defunct so safely remove it
|
||||||
profiler: null
|
profiler: null
|
||||||
|
Loading…
Reference in New Issue
Block a user