Browse Source

src : on smartresize, trigger internal resize method

pull/96/head
David DeSandro 14 years ago
parent
commit
8a03c40df0
  1. 2
      jquery.isotope.js
  2. 2
      jquery.isotope.min.js

2
jquery.isotope.js

@ -402,7 +402,7 @@
// bind resize method
if ( this.options.resizable ) {
$(window).bind( 'smartresize.isotope', function() {
instance.element.isotope('resize');
instance.resize();
});
}

2
jquery.isotope.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save