Browse Source

no need to delete resizeTimeout

pull/563/head
David DeSandro 11 years ago
parent
commit
365c4d580b
  1. 2
      layout-modes/masonry.js

2
layout-modes/masonry.js

@ -65,8 +65,6 @@ function masonryDefinition( layoutMode, Masonry, getSize ) {
}
this.isotope.layout();
delete this.isotope.resizeTimeout;
};
return MasonryMode;

Loading…
Cancel
Save