Browse Source

remove extra _resetLayout

pull/563/head
David DeSandro 12 years ago
parent
commit
10e4481956
  1. 1
      isotope.js

1
isotope.js

@ -75,7 +75,6 @@ function isotopeDefinition( Outlayer, getSize, matchesSelector, Item ) {
this.filteredItems = this._filter( this.items ); this.filteredItems = this._filter( this.items );
this._sort(); this._sort();
// Outlayer.prototype.layout.call( this ); // Outlayer.prototype.layout.call( this );
this._mode()._resetLayout();
this._resetLayout(); this._resetLayout();
this._manageStamps(); this._manageStamps();

Loading…
Cancel
Save