Fix tests again

pull/749/head
lilia 8 years ago
parent 79ad09ba47
commit c98ec91cab

@ -93,11 +93,10 @@
view.$el.trigger('show'); view.$el.trigger('show');
break; break;
case 'video': default:
if (this.view instanceof MediaView) { if (this.view instanceof MediaView) {
break; return;
} }
default:
this.saveFile(); this.saveFile();
} }
}, },

Loading…
Cancel
Save