Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4807 from forresst/patch-1
Browse files Browse the repository at this point in the history
Docs : listview typo
  • Loading branch information
jaspermdegroot committed Aug 6, 2012
2 parents 8c3c969 + b7db545 commit 40735e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lists/docs-lists.html
Expand Up @@ -97,7 +97,7 @@ <h2>Autodividers</h2>
});
</code></pre>

<p>Note that if you are using formatted list items that contain a floating element (for example <code>ui-li-aside</code>), this element precedes its siblings regardless the order in your HTML markup. This results in the first character of the floating element being used as divider text. Therefor it is recommended to specify the divider text in this case.</p>
<p>Note that if you are using formatted list items that contain a floating element (for example <code>ui-li-aside</code>), this element precedes its siblings regardless the order in your HTML markup. This results in the first character of the floating element being used as divider text. Therefore it is recommended to specify the divider text in this case.</p>

<p>If new list items are added to the list or removed from it, the dividers are <em>not</em> automatically updated: you should call <code>refresh()</code> on the listview to redraw the autodividers.</p>

Expand Down

0 comments on commit 40735e2

Please sign in to comment.