typos in last commit

This commit is contained in:
Niall Crosby
2015-10-09 14:39:03 +01:00
parent 03c147ba83
commit e5e158c56b
+2 -2
View File
@@ -95,7 +95,7 @@ function checkColDef(colDef: ag.grid.ColDef): void {
colDef.sort = 'test';
colDef.sortedAt = 0;
colDef.sortingOrder ['asc','desc'];
colDef.sortingOrder = ['asc','desc'];
colDef.headerName = 'test';
colDef.field = 'test';
colDef.headerValueGetter = 'test';
@@ -128,7 +128,7 @@ function checkColDef(colDef: ag.grid.ColDef): void {
colDef.template = 'test';
colDef.templateUrl = 'test';
colDef.filter = 'test';
colDef.filterParams = {}
colDef.filterParams = {};
colDef.onCellValueChanged = function() {};
colDef.onCellClicked = function() {};
colDef.onCellDoubleClicked = function() {};