-
Notifications
You must be signed in to change notification settings - Fork 648
Replace jQuery logic with native DOM #1880
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
Conversation
r? @smarnach (rust_highfive has picked a reviewer for you, use r? to override) |
cedbe79
to
1334323
Compare
let $target = event.target; | ||
let $c = this.element; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both of them are not jQuery objects anymore. It would be better to remove $
from the names.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left them as is to minimize the changes in the code. Also, this code will likely be changed or moved in a subsequent pass.
Looks great! Locally, in Firefox, I tested:
and everything worked as expected. Thanks!!! @bors r+ |
📌 Commit c6c87e1 has been approved by |
Replace jQuery logic with native DOM
☀️ Test successful - checks-travis |
No description provided.