mirror of
https://github.com/videojs/video.js.git
synced 2025-01-08 07:00:10 +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. |
||
---|---|---|
.. | ||
evented.test.js | ||
stateful.test.js |