ソースを参照

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


読み込み中…
キャンセル
保存