Browse Source

Merge pull request #183 from SBoudrias/patch-1

"this" isn't referring the right object...
pull/235/head
David DeSandro 13 years ago
parent
commit
5a35b9882c
  1. 2
      jquery.isotope.js

2
jquery.isotope.js

@ -811,7 +811,7 @@
instance.$allAtoms = instance.$allAtoms.not( $content );
$content.remove();
if ( callback ) {
callback.call( this.element );
callback.call( instance.element );
}
};

Loading…
Cancel
Save