Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
typos in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ceolter committed Oct 9, 2015
1 parent 03c147b commit e5e158c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ag-grid/ag-grid-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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() {};
Expand Down

0 comments on commit e5e158c

Please sign in to comment.