|
|
@ -63,7 +63,6 @@ function layoutModeDefinition( getSize, Outlayer ) { |
|
|
|
// ----- measurements ----- //
|
|
|
|
// ----- measurements ----- //
|
|
|
|
|
|
|
|
|
|
|
|
LayoutMode.prototype._getMeasurement = function() { |
|
|
|
LayoutMode.prototype._getMeasurement = function() { |
|
|
|
console.log('getting measurement', this.options.columnWidth ); |
|
|
|
|
|
|
|
this.isotope._getMeasurement.apply( this, arguments ); |
|
|
|
this.isotope._getMeasurement.apply( this, arguments ); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|