Skip to content

Commit

Permalink
docs : method links in adding items
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Dec 6, 2011
1 parent 153c930 commit 467fed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/demos/2011-05-08-adding-items.html
Expand Up @@ -8,7 +8,7 @@


<div id="copy">
<p>After adding items to a Masonry-ed container, you can properly lay them out using methods. <code>appended</code> will layout new items to the end of the layout. <code>reload</code> will layout all the item elements in the container, which is useful for prepending or inserting.</p>
<p>After adding items to a Masonry-ed container, you can properly lay them out using methods. <a href="../docs/methods.html#appended"><code>appended</code></a> will layout new items to the end of the layout. <a href="../docs/methods.html#reload"><code>reload</code></a> will layout all the item elements in the container, which is useful for prepending or inserting.</p>
</div>

<p>
Expand Down

0 comments on commit 467fed4

Please sign in to comment.