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

evaluating a js object should print its properties and values, chrome style. #5

Open
sosaucily opened this issue May 19, 2013 · 2 comments
Assignees
Labels

Comments

@sosaucily
Copy link
Owner

No description provided.

@sosaucily
Copy link
Owner Author

This is kinda working, but it currently has to ignore the following properties to lower the risk of circular reference. which causes JSON.stringify to blow up.

(k === '$el' || k === 'el' || k === '_events' || k === '_listeners')

@ghost ghost assigned brainfish Sep 8, 2013
@sosaucily
Copy link
Owner Author

This is being iceboxed as we're leaning towards always using the chrome JS console. It's so boss...

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

No branches or pull requests

2 participants