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

improve error notification

parent 9c1d713a
......@@ -593,6 +593,10 @@
oThis.Api.asyncImagesDocumentEndLoaded();
else
oThis.ThemeLoader.asyncImagesEndLoaded();
})
.then(undefined, function (error) {
console.log(error);
throw error;
});
} else {
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