Browse Source

src : _checkIfSegmentsChanged

pull/96/head
David DeSandro 14 years ago
parent
commit
46beae51d8
  1. 6
      jquery.isotope.js

6
jquery.isotope.js

@ -962,7 +962,7 @@
}, },
_cellsByRowResizeChanged : function() { _cellsByRowResizeChanged : function() {
return this._getIfSegmentsChanged(); return this._checkIfSegmentsChanged();
}, },
@ -1067,7 +1067,7 @@
}, },
_masonryHorizontalResizeChanged : function() { _masonryHorizontalResizeChanged : function() {
return this._getIfSegmentsChanged(); return this._checkIfSegmentsChanged(true);
}, },
_masonryHorizontalGetContainerSize : function() { _masonryHorizontalGetContainerSize : function() {
@ -1149,7 +1149,7 @@
}, },
_cellsByColumnResizeChanged : function() { _cellsByColumnResizeChanged : function() {
return this._getIfSegmentsChanged(); return this._checkIfSegmentsChanged(true);
}, },
// ====================== straightAcross ====================== // ====================== straightAcross ======================

Loading…
Cancel
Save