From 10e44819564732121071d07b7fd279b098d4b02c Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Sat, 3 Aug 2013 21:58:25 -0400 Subject: [PATCH] remove extra _resetLayout --- isotope.js | 1 - 1 file changed, 1 deletion(-) diff --git a/isotope.js b/isotope.js index 2e5fb2f..5c15e3f 100644 --- a/isotope.js +++ b/isotope.js @@ -75,7 +75,6 @@ function isotopeDefinition( Outlayer, getSize, matchesSelector, Item ) { this.filteredItems = this._filter( this.items ); this._sort(); // Outlayer.prototype.layout.call( this ); - this._mode()._resetLayout(); this._resetLayout(); this._manageStamps();