removed global from listview

This commit is contained in:
John Bender 2011-08-03 16:48:43 -07:00
parent 8ad8d8303d
commit 8660befda8

View file

@ -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 );