Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Aug 29, 2011 · 2 comments
Open

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

ghost opened this issue Aug 29, 2011 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 29, 2011

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

@BorisMoore
Copy link
Owner

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...

@rdworth
Copy link
Contributor

rdworth commented Oct 8, 2011

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants