Merge pull request #3244 from thornbill/eslint-empty-functions
Add eslint rule for empty functions
This commit is contained in:
commit
682295bde0
20 changed files with 30 additions and 48 deletions
|
@ -3322,6 +3322,7 @@ class PlaybackManager {
|
|||
mediaSource.MediaStreams = info.MediaStreams;
|
||||
Events.trigger(player, 'mediastreamschange');
|
||||
}, function () {
|
||||
// Swallow errors
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue