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

Passes the asset that fail to load to postLoadErrorHandler.
This commit is contained in:
Aaron van Meerten
2018-05-29 13:49:33 -05:00
committed by GitHub
+1 -1
View File
@@ -119,7 +119,7 @@
// Call extra handler if defined.
if (typeof postLoadErrorHandler === "function") {
postLoadErrorHandler();
postLoadErrorHandler(fileRef);
}
};
window.removeEventListener(