weso / YASHE

Yet Another ShEx Editor.
http://www.weso.es/YASHE/
MIT License
20 stars 3 forks source link

Fix FontSize option #144

Closed mistermboy closed 4 years ago

mistermboy commented 4 years ago
var yashe = YASHE.fromTextArea(document.getElementById('texAreaId'), {
    fontSize:30
});

Fontsize option is not working

mistermboy commented 4 years ago

The error was in the fork which is out of date