Remove jQuery use from Bing example

This commit is contained in:
Tim Schaub
2015-04-15 08:48:09 -06:00
parent daccfd25c9
commit d2062d241d
2 changed files with 9 additions and 8 deletions

View File

@@ -29,5 +29,5 @@ function checkSize() {
attribution.setCollapsed(small);
}
$(window).on('resize', checkSize);
window.addEventListener('resize', checkSize);
checkSize();