Closed edoloughlin closed 13 years ago
See pull request and Issue 78. https://github.com/jquery/jquery-tmpl/issues/78
Thanks edoloughlin. But can you provide a complete sample test case of the issue. Sometimes people hit an error on that line of code as a result of a misunderstanding about how to use the .tmpl APIs, so I want to be sure I understand what is going on.
I just had a experience with the same error message. It turned out that I was building unclosed divs. E.g.
oops, lost the tags.
I'm trying to use two levels of nested templates, passing arrays at each level. I get an error relating to pntItem.nodes (jquery.tmpl.js:431) being undefined in Safari and Chrome.