Browse Source

typo cellsByRow -> cellsByColumn

thx Aaron F
pull/551/head
David DeSandro 12 years ago
parent
commit
fa51f2f60a
  1. 2
      _posts/docs/2010-12-05-layout-modes.mdown

2
_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
}

Loading…
Cancel
Save