lazd / DOMly

The fast template system that creates and clones DOM nodes
MIT License
53 stars 9 forks source link

DOMly chokes on function calls with strings that contain braces {x} #34

Open lazd opened 8 years ago

lazd commented 8 years ago
<div>{{Coral.i18n.get("English string: {0}", 25)}}</div>

Results in:

Warning: Function.prototype.toString is not generic