c6bbccc4 by Rajko Stojadinovic Committed by David LaPalomento

Fix linter warnings

1 parent 514e9c6e
...@@ -444,7 +444,7 @@ ...@@ -444,7 +444,7 @@
444 }; 444 };
445 445
446 if (entry.attributes.IV !== undefined) { 446 if (entry.attributes.IV !== undefined) {
447 key.iv = entry.attributes.IV 447 key.iv = entry.attributes.IV;
448 } 448 }
449 }, 449 },
450 'media-sequence': function() { 450 'media-sequence': function() {
......