mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
add continue, update warning msg
This commit is contained in:
parent
476657ecad
commit
aec24d6dd7
@ -1111,7 +1111,8 @@ function OpenSeadragon( options ){
|
|||||||
|
|
||||||
copy = descriptor.value;
|
copy = descriptor.value;
|
||||||
} else {
|
} else {
|
||||||
$.console.warn('Undefined descriptior obtained for the "' + name + '" property in extended object.');
|
$.console.warn('Could not copy inherited property "' + name + '".');
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Prevent never-ending loop
|
// Prevent never-ending loop
|
||||||
|
Loading…
Reference in New Issue
Block a user