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

Loading…
Cancel
Save