Skip to content

Commit

Permalink
fix(infiniteGrid): demo
Browse files Browse the repository at this point in the history
ref #y-297
  • Loading branch information
sculove committed Dec 8, 2016
1 parent 0e40dc3 commit 1e788d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/manual/infiniteGird_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>InfiniteGrid Demo</h2>
var $grid = $("#grid");

var ig = new eg.InfiniteGrid("#grid", {
count : 60,
count : 100,
defaultGroupKey : 0
})
.on({
Expand Down

0 comments on commit 1e788d8

Please sign in to comment.