mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Update experiments/scrollview/scrollview.js
This commit is contained in:
parent
0311c91f38
commit
e56a382c3f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ $(":jqmData(role='page')").live("pageshow", function(event) {
|
|||
if ( $this.hasClass( "ui-scrolllistview" ) ) {
|
||||
$this.scrolllistview();
|
||||
} else {
|
||||
var st = $this.jqmData("scroll") + "";
|
||||
var st = $this.jqmData("scroll") + "",
|
||||
paging = st && st.search(/^[xy]p$/) != -1;
|
||||
dir = st && st.search(/^[xy]/) != -1 ? st.charAt(0) : null,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue