Passes the asset that fail to load to postLoadErrorHandler.

pull/3061/head
damencho 7 years ago
parent 5c7b7cd625
commit ad7728a599
  1. 2
      index.html

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

Loading…
Cancel
Save