mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-07 18:39:23 +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'
|
statusText: 'OK'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
xdr.onerror = function (e) {
|
xdr.onerror = function (e) {
|
||||||
if ( $.isFunction ( onError ) ) {
|
if ( $.isFunction ( onError ) ) {
|
||||||
onError({ // Faking an xhr object
|
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.'
|
statusText: 'An error happened. Due to an XDomainRequest deficiency we can not extract any information about this error. Upgrade your browser.'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
try {
|
try {
|
||||||
xdr.open('GET', url);
|
xdr.open('GET', url);
|
||||||
xdr.send();
|
xdr.send();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user