From ad7728a599b7f052c1cae549ba5cf35386ecb7ad Mon Sep 17 00:00:00 2001 From: damencho Date: Tue, 29 May 2018 13:41:15 -0500 Subject: [PATCH] Passes the asset that fail to load to postLoadErrorHandler. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 57bac25f1..f8058cdc8 100644 --- a/index.html +++ b/index.html @@ -119,7 +119,7 @@ // Call extra handler if defined. if (typeof postLoadErrorHandler === "function") { - postLoadErrorHandler(); + postLoadErrorHandler(fileRef); } }; window.removeEventListener(