daneden / Baseline.js

A simple jQuery plugin for restoring vertical baselines thrown off by odd image sizes
http://daneden.me/baseline
699 stars 55 forks source link

Attach resize event with addEventListener #11

Closed vsr closed 11 years ago

vsr commented 12 years ago

Assigning listeners to window.onresize overwrites any previously attached listeners. Using addEventListener to attach events to avoid overwriting.

Also has a fix for variable x added to global scope by declaring x.