mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-02 13:26:11 +03:00
Renamed ambiguous event label.
This commit is contained in:
parent
29d5401eed
commit
8e591d1108
1 changed files with 1 additions and 1 deletions
|
@ -2069,7 +2069,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
|||
try {
|
||||
xdr.open('GET', url);
|
||||
xdr.send();
|
||||
} catch (e) {
|
||||
} catch (e2) {
|
||||
if ( $.isFunction( onError ) ) {
|
||||
onError( request, e );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue