From 6c5d3416703831f5a610ba353e07dd38bfd7c641 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Thu, 5 Sep 2013 21:16:49 -0400 Subject: [PATCH] remove some lines --- isotope.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/isotope.js b/isotope.js index bfb13a4..76b72ff 100644 --- a/isotope.js +++ b/isotope.js @@ -8,9 +8,6 @@ 'use strict'; -// vars -// var document = window.document; - // -------------------------- helpers -------------------------- // // extend objects @@ -21,7 +18,6 @@ function extend( a, b ) { return a; } - // -------------------------- isotopeDefinition -------------------------- // // used for AMD definition and requires @@ -118,7 +114,7 @@ function isotopeDefinition( Outlayer, getSize, matchesSelector, Item, layoutMode } // add item to either matched or unmatched group var isMatched = test( item ); - item.isFilterMatched = isMatched; + // item.isFilterMatched = isMatched; // add to matches if its a match if ( isMatched ) { matches.push( item );