Skip to content

Commit e56a382

Browse files
committed
Update experiments/scrollview/scrollview.js
1 parent 0311c91 commit e56a382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/scrollview/scrollview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $(":jqmData(role='page')").live("pageshow", function(event) {
2828
if ( $this.hasClass( "ui-scrolllistview" ) ) {
2929
$this.scrolllistview();
3030
} else {
31-
var st = $this.jqmData("scroll") + "";
31+
var st = $this.jqmData("scroll") + "",
3232
paging = st && st.search(/^[xy]p$/) != -1;
3333
dir = st && st.search(/^[xy]/) != -1 ? st.charAt(0) : null,
3434

0 commit comments

Comments
 (0)