mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-12 00:23:11 +00:00
removed global from listview
This commit is contained in:
parent
8ad8d8303d
commit
8660befda8
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ $( ":jqmData(role='listview')" ).live( "listviewcreate", function() {
|
|||
lastval = $this.jqmData( "lastval" ) + "",
|
||||
childItems = false,
|
||||
itemtext = "",
|
||||
item;
|
||||
item, change;
|
||||
|
||||
// Change val as lastval for next execution
|
||||
$this.jqmData( "lastval" , val );
|
||||
|
|
|
|||
Loading…
Reference in a new issue