diff --git a/src/jquery.isotope.js b/src/jquery.isotope.js index 1b8c3db..9776f51 100755 --- a/src/jquery.isotope.js +++ b/src/jquery.isotope.js @@ -451,7 +451,7 @@ // if colW == 0, back out before divide by zero if ( !this[ namespace ][ measure ] ) { - $.error( measure + 'calculated to be zero. Stopping Isotope plugin before divide by zero. Check that the width of first child inside the isotope container is not zero.') + $.error( measure + ' calculated to be zero. Stopping Isotope plugin before divide by zero. Check that the width of first child inside the isotope container is not zero.') return this; } this[ size ] = this.element[ size ]();