Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When using masonry or isotope it's necessary to know the items which have to be relayouted. This change passes the items that were extracted of the response to the `onAfterPageLoad` callback. Using that, efficient relayouting can be accomplished by using isotope's `appended` method with the passed items.
- Loading branch information