Skip to content

Commit 8660bef

Browse files
committed
removed global from listview
1 parent 8ad8d83 commit 8660bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.listview.filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $( ":jqmData(role='listview')" ).live( "listviewcreate", function() {
3737
lastval = $this.jqmData( "lastval" ) + "",
3838
childItems = false,
3939
itemtext = "",
40-
item;
40+
item, change;
4141

4242
// Change val as lastval for next execution
4343
$this.jqmData( "lastval" , val );

0 commit comments

Comments
 (0)