Skip to content

Commit

Permalink
Fix function definition name
Browse files Browse the repository at this point in the history
  • Loading branch information
1hitsong committed Nov 16, 2023
1 parent 959d07a commit 855d97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/video/VideoPlayerView.bs
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ sub bufferCheck(msg)

end sub

' stateSupportsPauseMenu: Check if current video state allows showing the pause menu
' stateAllowsPauseMenu: Check if current video state allows showing the pause menu
'
' @return {boolean} indicating if video state allows the pause menu to show
function stateAllowsPauseMenu() as boolean
Expand Down

0 comments on commit 855d97c

Please sign in to comment.