mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-31 23:21:42 +03:00
Added some missing semicolons.
This commit is contained in:
parent
565e7cd097
commit
29d5401eed
@ -2056,7 +2056,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
||||
statusText: 'OK'
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
xdr.onerror = function (e) {
|
||||
if ( $.isFunction ( onError ) ) {
|
||||
onError({ // Faking an xhr object
|
||||
@ -2065,7 +2065,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
||||
statusText: 'An error happened. Due to an XDomainRequest deficiency we can not extract any information about this error. Upgrade your browser.'
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
try {
|
||||
xdr.open('GET', url);
|
||||
xdr.send();
|
||||
|
Loading…
x
Reference in New Issue
Block a user