BorisMoore/jquery-tmpl

Null Check at Line 429/431: "pntItem.nodes"

Opened this issue · 2 comments

see also:
#76
#78

Hello,
i have an example, where the NullCheck would be helpful:

take a look at this example code:
http://jsfiddle.net/c6Bwy/1/

If i manually add a null check at line 429, it works!

if (!pntItem.nodes){
pntItem.nodes=[];
}

is this a bug or do i have wrong {{if}}-coding?

Greetings,
Sam

I think that is a good test case. This may not be fixed until the next version - which will be based on JsRender code:
https://github.com/BorisMoore/jsrender. Thanks for the example...

Thanks for taking the time to submit this issue. Just wanted to let you know this plugin is no longer being actively developed or maintained by the jQuery team. See README for more info.