Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/latest' into latest
Browse files Browse the repository at this point in the history
seanlandsman committed May 31, 2018
2 parents 21c9a11 + 35827a8 commit ded7975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agGridNg2.ts
Original file line number Diff line number Diff line change
@@ -169,7 +169,7 @@ export class AgGridNg2 implements AfterViewInit {
@Input() public localeText : any = undefined;
@Input() public icons : any = undefined;
@Input() public datasource : any = undefined;
@Input() public enterpriseDatasource : any = undefined;
@Input() public serverSideDatasource : any = undefined;
@Input() public viewportDatasource : any = undefined;
@Input() public groupRowRendererParams : any = undefined;
@Input() public aggFuncs : any = undefined;

0 comments on commit ded7975

Please sign in to comment.