Browse Source

masonry tweaks

pull/563/head
David DeSandro 12 years ago
parent
commit
9ba51c957c
  1. 4
      layout-modes/masonry.js

4
layout-modes/masonry.js

@ -63,7 +63,7 @@ function masonryDefinition( layoutMode, Masonry, getSize ) {
return;
}
this.layout();
this.isotope.layout();
delete this.isotope.resizeTimeout;
};
@ -76,7 +76,7 @@ function masonryDefinition( layoutMode, Masonry, getSize ) {
if ( typeof define === 'function' && define.amd ) {
// AMD
define( [
'../isotope',
'../layout-mode',
'masonry/masonry',
'get-size/get-size'
],

Loading…
Cancel
Save