From fe6afc2a9aa267142c80ad3f3ea22b933b62f525 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Fri, 25 Mar 2011 16:45:34 -0400 Subject: [PATCH] docs : syntax highlight `false` --- _posts/docs/2010-12-03-options.mdown | 2 +- _posts/docs/2010-12-07-sorting.mdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/docs/2010-12-03-options.mdown b/_posts/docs/2010-12-03-options.mdown index d31c71e..140fa63 100644 --- a/_posts/docs/2010-12-03-options.mdown +++ b/_posts/docs/2010-12-03-options.mdown @@ -198,7 +198,7 @@ Triggers layout logic when browser window is resized.
true
-Isotope will set the height (for vertical layout modes) or width (for horizontal layout modes) of the container after layout. If `resizesContainer` is set to `false`, be sure to set a size for the container in your CSS, so it doesn't collapse when Isotope is triggered. +Isotope will set the height (for vertical layout modes) or width (for horizontal layout modes) of the container after layout. If `resizesContainer` is set to false, be sure to set a size for the container in your CSS, so it doesn't collapse when Isotope is triggered. ## sortAscending diff --git a/_posts/docs/2010-12-07-sorting.mdown b/_posts/docs/2010-12-07-sorting.mdown index 3160505..2c84694 100644 --- a/_posts/docs/2010-12-07-sorting.mdown +++ b/_posts/docs/2010-12-07-sorting.mdown @@ -126,7 +126,7 @@ There is an additional sorting data built in to Isotope `'original-order'`. Sort ## sortAscending option -By default, Isotope sorts data in ascension. If our data for name is "Gold, Antimony, Lead, Iron, Silver", when sorted by name, the elements will be ordered ABC.. : "Antimony, Gold, Iron, Lead, Silver." To reverse the order and sort data in descension, set [`sortAscending`](options.html#sortascending) to `false`. +By default, Isotope sorts data in ascension. If our data for name is "Gold, Antimony, Lead, Iron, Silver", when sorted by name, the elements will be ordered ABC.. : "Antimony, Gold, Iron, Lead, Silver." To reverse the order and sort data in descension, set [`sortAscending`](options.html#sortascending) to false. {% highlight javascript %}