Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit 9c0c131

Browse files
committed
Put the curNum start back up
1 parent f1e94d2 commit 9c0c131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { NgGrid, NgGridConfig, NgGridItem, NgGridItemConfig, NgGridItemEvent } f
1515
class MyAppComponent {
1616
private boxes = [];
1717
private rgb = '#efefef';
18-
private curNum: number = 4;
18+
private curNum: number = 5;
1919
private gridConfig = <NgGridConfig>{
2020
'margins': [5],
2121
'draggable': true,

0 commit comments

Comments
 (0)