Browse Source

Merge branch 'master' into gh-pages

v1
David DeSandro 13 years ago
parent
commit
0658a2158a
  1. 4
      jquery.isotope.js
  2. 4
      jquery.isotope.min.js
  3. 2
      minify.sh

4
jquery.isotope.js

@ -1,5 +1,5 @@
/**
* Isotope v1.5.18
* Isotope v1.5.19
* An exquisite jQuery plugin for magical layouts
* http://isotope.metafizzy.co
*
@ -811,7 +811,7 @@
instance.$allAtoms = instance.$allAtoms.not( $content );
$content.remove();
if ( callback ) {
callback.call( this.element );
callback.call( instance.element );
}
};

4
jquery.isotope.min.js vendored

File diff suppressed because one or more lines are too long

2
minify.sh

@ -12,6 +12,4 @@ OUT=jquery.isotope.min.js
awk '!/^\/\*[jshint|global]/' $IN \
| uglifyjs \
| awk '{ORS=""; gsub(/\*\//,"*/\n"); if (NR!=1) print "\n"; print;}' > $OUT
# add trailing semicolon
echo ';' >> $OUT
echo "Minified" $IN "as" $OUT

Loading…
Cancel
Save