mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 09:49:21 +02:00
jshint fix
This commit is contained in:
parent
a160db7fc5
commit
f8218598f6
1 changed files with 2 additions and 1 deletions
|
@ -366,7 +366,8 @@
|
||||||
var _selectPlaylist;
|
var _selectPlaylist;
|
||||||
|
|
||||||
if(selectedResolution === 'auto'){
|
if(selectedResolution === 'auto'){
|
||||||
return _selectPlaylist = videojs.HlsHandler.prototype.selectPlaylist
|
_selectPlaylist = videojs.HlsHandler.prototype.selectPlaylist;
|
||||||
|
return _selectPlaylist;
|
||||||
}
|
}
|
||||||
|
|
||||||
_selectPlaylist = function (){
|
_selectPlaylist = function (){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue