Sfoglia il codice sorgente
Remove revokeObjectURL
Remove revokeObjectURL in panoImage.onload so that the URL can still be used in Renderer.init() in libpannellum.js. The URL will also be revoked in that place.
pull/998/head
Quicksilver0218
3 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
0 aggiunte e
1 eliminazioni
src/js/pannellum.js
@@ -407,7 +407,6 @@ function init() {
p = absoluteURL(config.panorama) ? config.panorama : p + config.panorama;
panoImage.onload = function() {
window.URL.revokeObjectURL(this.src); // Clean up
onImageLoad();
};