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 ); instance.$allAtoms = instance.$allAtoms.not( $content );
$content.remove(); $content.remove();
if ( callback ) { if ( callback ) {
callback.call( this.element ); callback.call( instance.element );
} }
}; };

Loading…
Cancel
Save