Fix tests again

This commit is contained in:
lilia 2017-04-18 16:51:56 -07:00
parent 79ad09ba47
commit c98ec91cab

View file

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