From d7217cb7e73d7800ab9b14e064605cb657b20b83 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Thu, 3 Feb 2011 08:24:44 -0500 Subject: [PATCH] docs : typo cellsByColumn example. Thx Jared Laser! --- _posts/docs/2010-12-05-layout-modes.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/docs/2010-12-05-layout-modes.mdown b/_posts/docs/2010-12-05-layout-modes.mdown index 270df2a..4dde12e 100644 --- a/_posts/docs/2010-12-05-layout-modes.mdown +++ b/_posts/docs/2010-12-05-layout-modes.mdown @@ -50,7 +50,7 @@ A grid layout where items are centered inside each cell. The grid is defined by {% highlight javascript %} $('#container').isotope({ - layoutMode : 'cellsByRow', + layoutMode : 'cellsByColumn', cellsByRow : { columnWidth : 240, rowHeight : 360