germanysbestkeptsecret / Wookmark-jQuery

A jQuery plugin to create a dynamic, multi-column layout.
MIT License
2.64k stars 759 forks source link

[BUGFIX] Fixes getItemWidth when itemWidth is a function #203

Closed daviddavid closed 9 years ago

daviddavid commented 9 years ago

Uses itemWidth instead of this.itemWidth to get the right value to parse in case this.itemWidth was a function.

Sebobo commented 9 years ago

Thanks!