mirror of
https://github.com/videojs/video.js.git
synced 2024-12-04 10:34:51 +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 |