This commit is contained in:
zeppi 2021-06-29 13:58:13 -04:00 committed by jessopb
parent 5e2a4960fb
commit 304c0553da

View file

@ -271,7 +271,7 @@ const onPlayerReady = (player, options) => {
* @function plugin
* @param {Object} [options={}]
*/
const plugin = function (options) {
const plugin = function(options) {
this.ready(() => {
onPlayerReady(this, videojs.mergeOptions(defaults, options));
});