Переглянути джерело

Passes the asset that fail to load to postLoadErrorHandler.

j8
damencho 7 роки тому
джерело
коміт
ad7728a599
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      index.html

+ 1
- 1
index.html Переглянути файл

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

Завантаження…
Відмінити
Зберегти