lint compliance

This commit is contained in:
ansuz 2017-10-24 14:02:29 +02:00
parent 447b0a74ee
commit aee51f1317

View File

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