Repair unit tests

This commit is contained in:
Denys Vuika
2016-07-06 12:28:38 +01:00
parent 13cb8e0f9b
commit 0ccf192f35
8 changed files with 249 additions and 416 deletions

View File

@@ -51,5 +51,5 @@ export class DataSorting {
export interface DataRowEvent {
value?: DataRow;
event: Event;
event?: Event;
}