Parcourir la source
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
il y a 7 ans
Parent
révision
ca4c7129f1
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec
1 ajouts et
1 suppressions
-
index.html
|
|
@@ -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(
|