Przeglądaj źródła

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 lat temu
committed by GitHub
rodzic
commit
f9c5bdebda
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 1 usunięć
  1. +0
    -1
      src/js/pannellum.js

+ 0
- 1
src/js/pannellum.js Wyświetl plik

@@ -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();
};


Ładowanie…
Anuluj
Zapisz