Juicy / juicy-ace-editor

Custom Element with the Ace code editor
http://juicy.github.io/juicy-ace-editor/
MIT License
93 stars 34 forks source link

Fix not working fontsize property. #20

Closed LittleHelicase closed 7 years ago

LittleHelicase commented 7 years ago

Ace ignored the fontsize because it was a string (e.g. "18" instead of 18). Changed that and added a default fontsize when the number is not parseable.

tomalec commented 7 years ago

Thanks!