Skip to content

Commit

Permalink
Merge pull request #4631 from MasterOdin/patch-1
Browse files Browse the repository at this point in the history
Update setFontSize typing to accept number
  • Loading branch information
nightwing committed Feb 18, 2022
2 parents a7b04c0 + 13dc911 commit c34aa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ace.d.ts
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 c34aa27

Please sign in to comment.