Skip to content

Commit 74076c2

Browse files
committed
chore(*): fixing a lint issue
1 parent 3476e9d commit 74076c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3414,7 +3414,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
34143414
* @hidden @internal
34153415
*/
34163416
public dataRebinding(event: IForOfDataChangingEventArgs) {
3417-
this.dataChanging.emit(event)
3417+
this.dataChanging.emit(event);
34183418
}
34193419

34203420
/**

0 commit comments

Comments
 (0)