lint compliance

pull/1/head
ansuz 2017-10-24 14:02:29 +02:00
parent 447b0a74ee
commit aee51f1317
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ define([
});
});
video.addEventListener('error', function (e) {
console.error(e);
cb('ERROR');
});
};