JoshBarr / on-media-query

A neat way to trigger JS when media queries change. No jQuery required.
283 stars 33 forks source link

Can I listen to MQ's resize event? #30

Open peduarte opened 9 years ago

peduarte commented 9 years ago

I'd like to avoid attaching multiple resize listeners in my application.

Seeing as this lib already attaches one, I'd like to be able to listen to it from the outside. Is this currently possible?

peduarte commented 8 years ago

Hello?