Return early from previewImages for unsupported files

// FREEBIE
This commit is contained in:
lilia 2015-12-20 22:16:54 -08:00
parent fa6d6974ed
commit ed4015f919

View file

@ -123,7 +123,7 @@
toast.$el.insertAfter(this.$el); toast.$el.insertAfter(this.$el);
toast.render(); toast.render();
this.deleteFiles(); this.deleteFiles();
break; return;
} }
this.autoScale(file).then(function(blob) { this.autoScale(file).then(function(blob) {