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

Commit

Permalink
Listview: Fixed a typo in autodividers selector demo
Browse files Browse the repository at this point in the history
Fixes gh-7650
Closes gh-7651
  • Loading branch information
jaspermdegroot committed Sep 4, 2014
1 parent 29f0364 commit 7e9209e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/listview-autodividers-selector/index.php
Expand Up @@ -44,7 +44,7 @@

<h1>Custom autodivider selector</h1>

<p>By default the the autodividers plugin will use the first character of a list item as selector. The option <code>autodividersSelector</code> allows you to return a different string. In this example we show you how to set an autodividers selector of "0-9" for list items that contain numbers so you can group them.</p>
<p>By default the autodividers plugin will use the first character of a list item as selector. The option <code>autodividersSelector</code> allows you to return a different string. In this example we show you how to set an autodividers selector of "0-9" for list items that contain numbers so you can group them.</p>

<div data-demo-html="true" data-demo-js="true">
<ul data-role="listview" data-autodividers="true" data-inset="true">
Expand Down

0 comments on commit 7e9209e

Please sign in to comment.