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

Adding id to debug message #342

Closed
bouzlibop opened this issue Mar 18, 2015 · 0 comments
Closed

Adding id to debug message #342

bouzlibop opened this issue Mar 18, 2015 · 0 comments

Comments

@bouzlibop
Copy link

#contribution enquiry

Currently elemToString doesn't take into account elem.id, so eg. for the following element:

<div id="tree"></div>

with click listener, in logs I have:

<- on [click] 'div'

instead of:

<- on [click] 'div#tree'

Are there any reasons against using also id there?

tgvashworth added a commit that referenced this issue May 13, 2015
Added element id to logger; Addresses #342.
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

No branches or pull requests

2 participants