lint
This commit is contained in:
parent
5e2a4960fb
commit
304c0553da
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ const onPlayerReady = (player, options) => {
|
||||||
* @function plugin
|
* @function plugin
|
||||||
* @param {Object} [options={}]
|
* @param {Object} [options={}]
|
||||||
*/
|
*/
|
||||||
const plugin = function (options) {
|
const plugin = function(options) {
|
||||||
this.ready(() => {
|
this.ready(() => {
|
||||||
onPlayerReady(this, videojs.mergeOptions(defaults, options));
|
onPlayerReady(this, videojs.mergeOptions(defaults, options));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue