Browse Source

Undo changes to the dist directory

pull/1378/head
Faison Zutavern 7 years ago
parent
commit
1f8b7746f4
  1. 11
      dist/isotope.pkgd.js

11
dist/isotope.pkgd.js vendored

@ -3177,7 +3177,6 @@ var trim = String.prototype.trim ?
var matches = []; var matches = [];
var hiddenMatched = []; var hiddenMatched = [];
var visibleUnmatched = []; var visibleUnmatched = [];
var results;
var test = this._getFilterTest( filter ); var test = this._getFilterTest( filter );
@ -3202,17 +3201,12 @@ var trim = String.prototype.trim ?
} }
} }
results = { // return collections of items to be manipulated
return {
matches: matches, matches: matches,
needReveal: hiddenMatched, needReveal: hiddenMatched,
needHide: visibleUnmatched needHide: visibleUnmatched
}; };
// allow the filtered items to be modified
this.dispatchEvent( 'itemsFiltered', null, [ results ] );
// return collections of items to be manipulated
return results;
}; };
// get a jQuery, function, or a matchesSelector test given the filter // get a jQuery, function, or a matchesSelector test given the filter
@ -3564,3 +3558,4 @@ var trim = String.prototype.trim ?
return Isotope; return Isotope;
})); }));

Loading…
Cancel
Save