cjss-group / CJSS

A CSS based web framework
https://cjss.js.org/
MIT License
670 stars 20 forks source link

Fix #44: Remove unnecessary `new Function` wrapper #48

Closed c-harding closed 5 years ago

c-harding commented 5 years ago

As explained in #44, the class EvalFunction and the operation functionFromString don't offer any advantage over just calling new Function, so here I have removed it