equal height items
- name: equalHeights
- purpose: to maintain equal heights across columns
- usage: markup required is:
`
-
options: el: a jQuery element object opts:
{cutoff: integer}
-
requires: jQuery and underscore
-
instantiation:
new app.EqualHeights($('.equal-height-group'), {'cutoff': 768});