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

Handle case where object does not have a toString function. #485

Closed
wants to merge 1 commit into from
Closed

Handle case where object does not have a toString function. #485

wants to merge 1 commit into from

Conversation

jasonfma
Copy link

@jasonfma jasonfma commented Feb 3, 2016

  • If no toString function is defined, just use '[Object object]' as the result.
  • This happens if the object was created with Object.create(null).

This addresses issue #484

- If no toString function is defined, just use '[Object object]' as the result.
- This happens if the object was created with Object.create(null).
@chriso
Copy link
Collaborator

chriso commented Feb 3, 2016

Beat you to it :P

@chriso chriso closed this Feb 3, 2016
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.

2 participants