Browse Source

remove some lines

pull/563/head
David DeSandro 11 years ago
parent
commit
6c5d341670
  1. 6
      isotope.js

6
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 );

Loading…
Cancel
Save