diff --git a/jquery.isotope.js b/jquery.isotope.js index b7f395b..9c6001e 100644 --- a/jquery.isotope.js +++ b/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 ); } };