Skip to content

Commit 17d4105

Browse files
author
Alain Dumesny
committed
demo tweaks
1 parent 127a6f9 commit 17d4105

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/column.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ <h1>setColumn() grid demo</h1>
5353
}
5454

5555
var items = [
56-
/* match karma testing */
56+
/* match karma testing
5757
{x: 0, y: 0, width: 4, height: 2},
5858
{x: 4, y: 0, width: 4, height: 4},
5959
{text: ' auto'},
60-
60+
*/
6161
{x: 0, y: 0, width: 2, height: 2},
6262
{x: 2, y: 0, width: 2, height: 1},
6363
{x: 5, y: 1, width: 1, height: 1},
@@ -68,7 +68,7 @@ <h1>setColumn() grid demo</h1>
6868
];
6969
var count = 0;
7070
grid.batchUpdate();
71-
addWidget(); addWidget(); //addWidget(); addWidget();
71+
addWidget(); addWidget(); addWidget(); addWidget();
7272
grid.commit();
7373

7474
function addWidget() {

0 commit comments

Comments
 (0)