Browse Source

js : missing `$atoms = ` Ref #259

pull/312/merge v1.5.23
David DeSandro 12 years ago
parent
commit
35fbb594f7
  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
* http://isotope.metafizzy.co
*
@ -428,7 +428,7 @@
atomStyle = { position: 'absolute' };
// filter out text nodes
$atoms.filter( function( i, atom ) {
$atoms = $atoms.filter( function( i, atom ) {
return atom.nodeType === 1;
});

4
jquery.isotope.min.js vendored

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