spchuang / videojs-markers

Displays customizable markers upon progress bars of videojs players
http://sampingchuang.com/videojs-markers
MIT License
440 stars 189 forks source link

Fix deprecation warning. #108

Open neilh-cogapp opened 4 years ago

neilh-cogapp commented 4 years ago

When using the current version a deprecation warning is shown in the console.

image

Recompiling the plugin fixes the issue.

I've added

const registerPlugin = videojs.registerPlugin || videojs.plugin;

to allow for compatibility with videojs < 5.