Fix tests

This commit is contained in:
lilia 2017-04-18 16:39:00 -07:00
parent 6c7e1aa283
commit a2f0d6c739

View file

@ -95,7 +95,7 @@
case 'video': case 'video':
if (this.view instanceof MediaView) { if (this.view instanceof MediaView) {
return; break;
} }
default: default:
this.saveFile(); this.saveFile();