Commit 2b872e07 authored by Boris Kocherov's avatar Boris Kocherov

improve error notification

parent 9c1d713a
...@@ -593,6 +593,10 @@ ...@@ -593,6 +593,10 @@
oThis.Api.asyncImagesDocumentEndLoaded(); oThis.Api.asyncImagesDocumentEndLoaded();
else else
oThis.ThemeLoader.asyncImagesEndLoaded(); oThis.ThemeLoader.asyncImagesEndLoaded();
})
.then(undefined, function (error) {
console.log(error);
throw error;
}); });
} else { } else {
for (var id in _images) { for (var id in _images) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment