From 12f0593d19cd8410b211208c1d489ab7a991213a Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Wed, 12 Jan 2011 08:24:49 -0500 Subject: [PATCH] src : typo in error message --- src/jquery.isotope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]();