Fix linting errors due to updates

This commit is contained in:
MrTimscampi
2020-07-05 12:54:25 +02:00
parent da8c5fa224
commit a5ee5b06aa
5 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ define(['browser'], function (browser) {
function canPlayHlsWithMSE() {
// text tracks dont work with this in firefox
return window.MediaSource != null;
return window.MediaSource != null; /* eslint-disable-line compat/compat */
}
function supportsAc3(videoTestElement) {