Passes the asset that fail to load to postLoadErrorHandler.

This commit is contained in:
damencho 2018-05-29 13:41:15 -05:00
parent 5c7b7cd625
commit ad7728a599
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(