mirror of
https://github.com/videojs/video.js.git
synced 2025-02-04 11:43:27 +02:00
7fd29b4f18
the bug is that objects using the new-ish evented mixin cannot listen to the window object, preventing things like: ``` component.on(window, 'scroll', throttledListener); ``` This fixes that so anything that's a native EventTarget works.