Moved the data-filter attribute from the content element to the listview element where it should be.

This commit is contained in:
Kin Blas 2010-11-04 16:05:49 -07:00
parent f6dbe5554c
commit a47a7035bb

View file

@ -14,9 +14,9 @@
<h1>1000 item list</h1>
</div><!-- /header -->
<div data-role="content" data-filter="true">
<div data-role="content">
<ul data-role="listview" data-theme="d">
<ul data-role="listview" data-filter="true" data-theme="d">
<li><a href="index.html">Acura</a></li>
<li><a href="index.html">Audi</a></li>
<li><a href="index.html">BMW</a></li>