Skip to content

Commit

Permalink
Update setFontSize typing to accept number
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin authored Feb 5, 2022
1 parent 8a991cc commit 13dc911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ace.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ export namespace Ace {
setStyle(style: string): void;
unsetStyle(style: string): void;
getFontSize(): string;
setFontSize(size: string): void;
setFontSize(size: number): void;
focus(): void;
isFocused(): boolean;
blur(): void;
Expand Down

0 comments on commit 13dc911

Please sign in to comment.