Fix tests again

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

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

Loading…
Cancel
Save