Closed konsultaner closed 11 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
$.data(window, 'events')
Hey. Thanks for the report! I'll add the change to the repo.
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