瀏覽代碼

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
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      src/js/pannellum.js

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


Loading…
取消
儲存