Parcourir la source

Passes the asset that fail to load to postLoadErrorHandler.

master
damencho il y a 7 ans
Parent
révision
ad7728a599
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      index.html

+ 1
- 1
index.html Voir le fichier

@@ -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(

Chargement…
Annuler
Enregistrer