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

Check for undefined or null functions. Fixes #96 #97

Closed
wants to merge 1 commit into from

Conversation

arranf
Copy link

@arranf arranf commented Jul 8, 2016

  • Add checks for undefined or null functions and pass in undefined f[SPECIAL_PROP_IID] and f[SPECIAL_PROP_SID] to avoid TypErrors from reading the property of an undefined or null
  • If the function is undefined or null return the result of function as undefined.

* Add checks for undefined or null functions and pass in undefined  f[SPECIAL_PROP_IID] and f[SPECIAL_PROP_SID] to avoid TypErrors from reading the property of an undefined or null
* If the function is undefined or null return the result of function as undefined.
@arranf
Copy link
Author

arranf commented Dec 6, 2016

@ksen007 I just wanted to follow up on this PR. Is there anything here that needs changing?

@ksen007
Copy link
Contributor

ksen007 commented Jan 10, 2017

Sorry about not getting back to this early about an error that I noticed. There is a mistake at line 207. Esben posted another pull request which seems to have no bug.

@msridhar
Copy link
Contributor

Going to close this one out. Thanks for the contribution, and sorry for the slow response. We'll do better in the future.

@msridhar msridhar closed this Jan 10, 2017
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

3 participants