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

Strict comparion operator(===) case parse template erorr #24

Closed
wants to merge 1 commit into from

Conversation

ouyh1111
Copy link

@ouyh1111 ouyh1111 commented Aug 2, 2017

  When i run  examples/list.html, the loadJSON is not work correctly,the error occured at  object comparison operator(===). For null or undefined object ,strict comparison operator(===)  will just match one(null or undefined),not cover all,so i change === to ==,the code logic works correctly.

@kevindb
Copy link
Owner

kevindb commented Jul 5, 2018

Resolved by #27

@kevindb kevindb closed this Jul 5, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants