Skip to content

Commit 61d1512

Browse files
committed
Fixing merge issue.
Fixing merge issue.
1 parent 56fee42 commit 61d1512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/iggrid/grid.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ class TestComponent {
908908
]
909909
};
910910

911-
};
911+
912912
this.optsNew = {
913913
dataSource: this.singleRecData,
914914
height: "300px",
@@ -920,7 +920,7 @@ class TestComponent {
920920
{ key: "Age", headerText: "Age", dataType: "number", width: "100px", template: "Age: ${Age}" },
921921
{ key: "HireDate", headerText: "HireDate", dataType: "date", width: "100px" },
922922
]};
923-
}
923+
};
924924

925925
public cellClickHandler(evt) {
926926
this.firedEvent = evt;

0 commit comments

Comments
 (0)