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 hiddenMatched = [];
var visibleUnmatched = [];
var results;
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,
needReveal: hiddenMatched,
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
@ -3564,3 +3558,4 @@ var trim = String.prototype.trim ?
return Isotope;
}));

Loading…
Cancel
Save