thlorenz / brace

📔 browserify compatible version of the ace editor.
http://thlorenz.github.io/brace/
MIT License
1.06k stars 304 forks source link

editor.setFontSize get wrong type #160

Open MrTreasure opened 5 years ago

MrTreasure commented 5 years ago

https://github.com/thlorenz/brace/blob/3a00c5d59777f9d826841178e1eb36694177f5e6/index.d.ts#L1172

should be setFontSize(val: number): void

type string doesn't work in ace