cjss-group / CJSS

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

Replaced safeEval() with functionFromString() and functionFromString.run() #34

Closed KargJonas closed 5 years ago

KargJonas commented 5 years ago

This allows us to reuse functions so that we don't have to generate a new one for every element even tough the code is the same.