BorisMoore / jsrender

A lightweight, powerful and highly extensible templating engine. In the browser or on Node.js, with or without jQuery.
http://www.jsviews.com
MIT License
2.68k stars 340 forks source link

CPS error when calling render #307

Closed Drvanon closed 7 years ago

Drvanon commented 7 years ago

When I call render from jquery over a template defined in html it gives me a CPS error.

Demo: https://jsfiddle.net/ddy9454s/

Drvanon commented 7 years ago

Excuse me, the problem was more specific to my code then I tough.