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
commit ca4c7129f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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