You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: