Browse Source

isJQueryFiltering: true by default

pull/563/head
David DeSandro 11 years ago
parent
commit
3a4285fccd
  1. 1
      js/isotope.js
  2. 1
      test/filtering.js

1
js/isotope.js

@ -46,6 +46,7 @@ var getText = docElem.textContent ?
function isotopeDefinition( Outlayer, getSize, matchesSelector, Item, LayoutMode ) {
// create an Outlayer layout class
var Isotope = Outlayer.create( 'isotope', {
isJQueryFiltering: true,
sortAscending: true
});

1
test/filtering.js

@ -28,6 +28,7 @@ function getFilteredItemIDs( iso ) {
test( 'filtering', function() {
var iso = new Isotope( '#filtering', {
isJQueryFiltering: false,
transitionDuration: 0
});

Loading…
Cancel
Save