mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-24 22:26:10 +03:00
based on @pearcetm 's fix
This commit is contained in:
parent
d3ef767487
commit
7497b83525
@ -1102,7 +1102,7 @@ function OpenSeadragon( options ){
|
||||
// Extend the base object
|
||||
for ( name in options ) {
|
||||
src = target[ name ];
|
||||
copy = options[ name ];
|
||||
copy = Object.getOwnPropertyDescriptor(options, name).value;
|
||||
|
||||
// Prevent never-ending loop
|
||||
if ( target === copy ) {
|
||||
|
Loading…
Reference in New Issue
Block a user