From 4cd2317c2cceb030516a1cfd13cb760b300e0f22 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Wed, 28 Aug 2013 22:38:25 -0400 Subject: [PATCH] no worries about resizeTimeout --- isotope.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/isotope.js b/isotope.js index c006ab8..227db1b 100644 --- a/isotope.js +++ b/isotope.js @@ -259,8 +259,6 @@ function isotopeDefinition( Outlayer, getSize, matchesSelector, Item, layoutMode } this.layout(); - - delete this.resizeTimeout; }; return Isotope;