Browse Source

Merge branch 'master' into gh-pages

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

7
jquery.isotope.js

@ -1,5 +1,5 @@
/**
* Isotope v1.5.21
* Isotope v1.5.22
* An exquisite jQuery plugin for magical layouts
* http://isotope.metafizzy.co
*
@ -427,6 +427,11 @@
// base style for atoms
atomStyle = { position: 'absolute' };
// filter out text nodes
$atoms.filter( function( i, atom ) {
return atom.nodeType === 1;
});
if ( this.usingTransforms ) {
atomStyle.left = 0;
atomStyle.top = 0;

4
jquery.isotope.min.js vendored

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