Skip to content

Commit 2238d9d

Browse files
committed
Tighten types
Signed-off-by: Itay Dafna <[email protected]>
1 parent 2254ac9 commit 2238d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/feathergrid.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ export class FeatherGrid extends Widget {
525525
this._updateColumnWidths();
526526
}
527527

528-
public setGridStyle() {
528+
public setGridStyle(): void {
529529
// Resetting grid style if theme changes.
530530
if (this.backboneModel) {
531531
this.grid.style = this.backboneModel.get('grid_style');
@@ -573,7 +573,7 @@ export class FeatherGrid extends Widget {
573573
};
574574
}
575575

576-
public updateGridStyle() {
576+
public updateGridStyle(): void {
577577
this.setGridStyle();
578578
this._updateHeaderRenderer();
579579

0 commit comments

Comments
 (0)