Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
yflory
2017-10-24 14:31:56 +02:00

View File

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