mirror of
https://github.com/videojs/video.js.git
synced 2025-01-21 11:02:08 +02:00
4c3b60c3b6
Advanced plugins introduced the concept of mixins and added two: evented and stateful. This refactors Component to use the evented mixin, granting it event broadcast/handling capabilities.