Browse Source

Merge branch 'master' into gh-pages

v1
David DeSandro 12 years ago
parent
commit
e13f3a3726
  1. 4
      jquery.isotope.js
  2. 4
      jquery.isotope.min.js

4
jquery.isotope.js

@ -1,5 +1,5 @@
/** /**
* Isotope v1.5.22 * Isotope v1.5.23
* An exquisite jQuery plugin for magical layouts * An exquisite jQuery plugin for magical layouts
* http://isotope.metafizzy.co * http://isotope.metafizzy.co
* *
@ -428,7 +428,7 @@
atomStyle = { position: 'absolute' }; atomStyle = { position: 'absolute' };
// filter out text nodes // filter out text nodes
$atoms.filter( function( i, atom ) { $atoms = $atoms.filter( function( i, atom ) {
return atom.nodeType === 1; return atom.nodeType === 1;
}); });

4
jquery.isotope.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save