Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comment typo fix in ag-grid-angular.component.ts #6978

Open
wants to merge 2 commits into
base: latest
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -257,7 +257,7 @@ export class AgGridAngular<TData = any, TColDef extends ColDef<TData> = ColDef<a
}
}

// we'll emit the emit if a user is listening for a given event either on the component via normal angular binding
// we'll emit the event if a user is listening for a given event either on the component via normal angular binding
// or via gridOptions
protected isEmitterUsed(eventType: string): boolean {
const emitter = <EventEmitter<any>>(<any>this)[eventType];
Expand Down