Kaynağa Gözat

Merge pull request #3061 from jitsi/update-post-load-error-handler-params

Passes the asset that fail to load to postLoadErrorHandler.
master
Aaron van Meerten 7 yıl önce
ebeveyn
işleme
ca4c7129f1
No account linked to committer's email address
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      index.html

+ 1
- 1
index.html Dosyayı Görüntüle

@@ -119,7 +119,7 @@
119 119
 
120 120
                     // Call extra handler if defined.
121 121
                     if (typeof postLoadErrorHandler === "function") {
122
-                        postLoadErrorHandler();
122
+                        postLoadErrorHandler(fileRef);
123 123
                     }
124 124
                 };
125 125
                 window.removeEventListener(

Loading…
İptal
Kaydet