diff --git a/jquery.isotope.js b/jquery.isotope.js index 8f4f38d..925a7c6 100644 --- a/jquery.isotope.js +++ b/jquery.isotope.js @@ -811,9 +811,9 @@ } else { // remove it now removeContent(); - if ( callback ) { - callback.call( this.element ); - } + } + if ( callback ) { + callback.call( this.element ); } }, @@ -1388,4 +1388,4 @@ return this; }; -})( window, jQuery ); \ No newline at end of file +})( window, jQuery );