zonear / isotope-perfectmasonry

PerfectMasonry extension for Isotope
138 stars 49 forks source link

Window has no data #14

Closed konsultaner closed 10 years ago

konsultaner commented 10 years ago

I had a problem with line 60 of your code, when using isotope with angular js. I needed to change it to

isLiquid && $.data(window, 'events') && $.data(window, 'events').smartresize

because $.data(window, 'events') was undefined

mikkotikkanen commented 10 years ago

Hey. Thanks for the report! I'll add the change to the repo.