From fa51f2f60a827903d3ad2fd5125a0d657613b471 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Wed, 8 May 2013 22:04:23 -0400 Subject: [PATCH] typo cellsByRow -> cellsByColumn thx Aaron F --- _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 b22d3e3..d0de3db 100644 --- a/_posts/docs/2010-12-05-layout-modes.mdown +++ b/_posts/docs/2010-12-05-layout-modes.mdown @@ -67,7 +67,7 @@ A **horizontal** grid layout where items are centered inside each cell. The grid $('#container').isotope({ layoutMode: 'cellsByColumn', - cellsByRow: { + cellsByColumn: { columnWidth: 240, rowHeight: 360 }