mirror of
https://github.com/videojs/video.js.git
synced 2025-03-17 21:18:27 +02:00
docs: fixes the return value type of the loop method. (#5789)
This commit is contained in:
parent
a359b6a462
commit
65beb5a79c
@ -3291,7 +3291,7 @@ class Player extends Component {
|
||||
* - true means that we should loop the video
|
||||
* - false means that we should not loop the video
|
||||
*
|
||||
* @return {string}
|
||||
* @return {boolean}
|
||||
* The current value of loop when getting
|
||||
*/
|
||||
loop(value) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user