Skip to content

jQuery.extend: simplify way of logging objects #661

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

Closed
wants to merge 1 commit into from

Conversation

arthurvr
Copy link
Member

In the past we had a little silly polyfill for JSON.stringify in the examples in the jQuery.extend entry. This overcomplicated the example so should be replaced by something simpler. We can perfectly use JSON.stringify directly once v3 released so opening this against the v3.0.0-docs branch.

Would fix gh-658.

@arthurvr
Copy link
Member Author

@gnarf Would you mind giving this a review? :)

@gnarf
Copy link
Member

gnarf commented Feb 24, 2015

I'd be 👍 to take this into master, perhaps with a // Assuming JSON.stringify - not available in IE<8 - so definitely 👍 here in v3 docs

@arthurvr
Copy link
Member Author

@gnarf Doing it with a comment seems fine to me. Than we can remove that comment once v3 releases, right?

@arthurvr
Copy link
Member Author

@gnarf Updated PR. Does this version LGTY for master?

@gnarf
Copy link
Member

gnarf commented Feb 25, 2015

Works for me

@arthurvr arthurvr closed this in 6ba2a3f Feb 25, 2015
@arthurvr arthurvr deleted the sillyJSONpolyfill branch February 25, 2015 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants