Skip to content

Commit

Permalink
demo tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Dumesny committed Feb 4, 2020
1 parent 127a6f9 commit 17d4105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/column.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ <h1>setColumn() grid demo</h1>
}

var items = [
/* match karma testing */
/* match karma testing
{x: 0, y: 0, width: 4, height: 2},
{x: 4, y: 0, width: 4, height: 4},
{text: ' auto'},

*/
{x: 0, y: 0, width: 2, height: 2},
{x: 2, y: 0, width: 2, height: 1},
{x: 5, y: 1, width: 1, height: 1},
Expand All @@ -68,7 +68,7 @@ <h1>setColumn() grid demo</h1>
];
var count = 0;
grid.batchUpdate();
addWidget(); addWidget(); //addWidget(); addWidget();
addWidget(); addWidget(); addWidget(); addWidget();
grid.commit();

function addWidget() {
Expand Down

0 comments on commit 17d4105

Please sign in to comment.