I created an alternative templating module based on John Resig's
Microtemplating (http://ejohn.org/blog/javascript-micro-templating/)
One problem i have is regarding newline characters, because of the way John
uses them as dividers for parsing. This causes JS comments using // to fail.
Anyone have a solution?
I wouldnt want to rewrite the parsing code because it is very simple that
way. If there is no simple solution, i guess i would have to leave it that
way and use /* */ for commenting.
Original issue reported on code.google.com by hle...@gmail.com on 19 Feb 2010 at 3:46
Original issue reported on code.google.com by
hle...@gmail.com
on 19 Feb 2010 at 3:46Attachments: