Skip to content

Commit

Permalink
src : on smartresize, trigger internal resize method
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed May 23, 2011
1 parent 6a4997b commit 8a03c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jquery.isotope.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
// bind resize method
if ( this.options.resizable ) {
$(window).bind( 'smartresize.isotope', function() {
instance.element.isotope('resize');
instance.resize();
});
}

Expand Down
Loading

0 comments on commit 8a03c40

Please sign in to comment.