Skip to content

Commit

Permalink
docs : methods : missing _not_ in methods
Browse files Browse the repository at this point in the history
thx Flo!
  • Loading branch information
desandro committed Feb 28, 2012
1 parent a43c74f commit d3b39da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/docs/2010-12-04-methods.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $('#container').isotope( 'methodName', [optionalParameters] )

{% endhighlight %}

Adds item 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.
Adds item elements to the pool of item elements of the container, but does not 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)

Expand Down

0 comments on commit d3b39da

Please sign in to comment.