Преглед на файлове
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 години
committed by
GitHub
родител
ревизия
f9c5bdebda
No known key found for this signature in database
GPG ключ ID: 4AEE18F83AFDEB23
променени са
1 файла , в които са
добавени 0 реда и са
изтрити 1 реда
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();
};