From f8262e11c19bf6b1e6099d6b19323a7a7eb9bcb6 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Thu, 27 Jan 2011 20:35:21 -0500 Subject: [PATCH] docs : add note about argument within addItems --- _posts/docs/2010-12-04-methods.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/docs/2010-12-04-methods.mdown b/_posts/docs/2010-12-04-methods.mdown index fcd1872..32d9d63 100644 --- a/_posts/docs/2010-12-04-methods.mdown +++ b/_posts/docs/2010-12-04-methods.mdown @@ -32,7 +32,7 @@ $('#container').isotope( 'methodName', [optionalParameters] ) {% endhighlight %} -Adds elements to the pool of item elements of the container, but does sort, filter or layout. See [Adding items](adding-items.html) for more details. +Adds elements to the pool of item elements of the container, but does sort, filter or layout. See [Adding items](adding-items.html) for more details. The argument within the callback is the group of elements that were added. [**See Demo: Adding items**](../demos/adding-items.html)