Fix tests again
This commit is contained in:
@@ -93,11 +93,10 @@
|
|||||||
view.$el.trigger('show');
|
view.$el.trigger('show');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'video':
|
|
||||||
if (this.view instanceof MediaView) {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
default:
|
default:
|
||||||
|
if (this.view instanceof MediaView) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
this.saveFile();
|
this.saveFile();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user