shrub/pkg/interface/clock/tile
Matilde Park 4275f7fc94 clock: use addListener for media query
Previously, we used addEventListener, which was returned by the
media query as an inheritance from the window object.
Safari doesn't support this, but it, and all browsers,
support an alias that uses function-based checks.

This commit uses that alias.
2020-03-09 20:51:20 -04:00
..
tile.js clock: use addListener for media query 2020-03-09 20:51:20 -04:00