-
Notifications
You must be signed in to change notification settings - Fork 0
resized
Mike Byrne edited this page Jan 25, 2022
·
2 revisions
Debounces window resize, also checks if current media query has changed
- getCurrentMediaQuery
- triggerCustomEvent
- global variable of: A17.currentMediaQuery
- none
- sets A17.currentMediaQuery to new value
- fires debounced events to tell application about the resize and media query update
document.addEventListener('DOMContentLoaded', function(){
resized();
});