Skip to content

Commit

Permalink
Clean and documents the video-script template
Browse files Browse the repository at this point in the history
  • Loading branch information
gcondess committed May 23, 2024
1 parent 00d8ad8 commit 568af5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pod/video/templates/videos/video-script.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/**
* Set the video player options
* Initialise the player with those configured options
* Initialize the player with those configured options
* Add listeners for the video player events.
*/
const initialized_player = function() {
Expand Down Expand Up @@ -99,7 +99,7 @@
{% endif %}
}
}
/** Initialise the player with the configured options. **/
/** Initialize the player with the configured options. **/
player = videojs('podvideoplayer', options, function(){});

/** Add listeners for the video player events. **/
Expand Down

0 comments on commit 568af5f

Please sign in to comment.