1
0
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:
Grzegorz Blaszczyk 2019-02-11 20:07:34 +01:00 committed by Gary Katsevman
parent a359b6a462
commit 65beb5a79c

View File

@ -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) {