Skip to content

Commit

Permalink
chore: fix some class name typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jun 18, 2024
1 parent 18e8164 commit 0741dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class CustomSumAggregator implements Aggregator {
}
}

export default class Example19 {
export default class Example23 {
private _bindingEventService: BindingEventService;
columnDefinitions: Column<GroceryItem>[] = [];
dataset: GroceryItem[] = [];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { BindingEventService } from '@slickgrid-universal/binding';

const NB_ITEMS = 100;

export default class Example20 {
export default class Example24 {
private _bindingEventService: BindingEventService;
private _darkMode = false;
private _eventHandler: SlickEventHandler;
Expand Down

0 comments on commit 0741dd6

Please sign in to comment.