Skip to content

Commit

Permalink
update scrollview demo
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Jan 30, 2013
1 parent 33a9e9f commit 95cf1b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1>KISSY ScrollView with ScrollBar plugin</h1>
S.ready(function () {
var content = '';
for (var i = 0; i < 23; i++) {
content += '<p class="row">' + new Array(10).join(' long ') + '</p>';
content += '<p class="row">' +i+': '+ new Array(10).join(' long ') + '</p>';
}
window.scrollview = new ScrollView({
width: 320,
Expand Down

0 comments on commit 95cf1b6

Please sign in to comment.