1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-04 10:34:51 +02:00
video.js/test/unit/mixins
Pat O'Neill 7fd29b4f18 fix: Allow evented objects, such as components and plugins, to listen to the window object in addition to DOM objects. (#5255)
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.
2018-06-20 17:05:33 -04:00
..
evented.test.js fix: Allow evented objects, such as components and plugins, to listen to the window object in addition to DOM objects. (#5255) 2018-06-20 17:05:33 -04:00
stateful.test.js feat: Stateful Components (#3960) 2017-01-26 22:04:34 -05:00