Skip to content

Commit 35e62ab

Browse files
committed
adjust example-html.
1 parent 41e3178 commit 35e62ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
if(window.innerWidth <= 765){
6464
return true;
6565
}
66+
},
67+
onScrollEnd: function(){
68+
console.log('onScrollEnd');
6669
}
6770
});
6871
</script>
@@ -74,6 +77,9 @@
7477
if(window.innerWidth <= 765){
7578
return true;
7679
}
80+
},
81+
onScrollEnd: function(){
82+
console.log('onScrollEnd');
7783
}
7884
});
7985
</script>

0 commit comments

Comments
 (0)