-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Remove jQuery dependency #158
Comments
@Raynos what's wrong with using querySelector? |
@jprichardson doesn't work in legacy browsers. That and it's simply slower then Also note that the bulk of the jQuery removal fix was done in the other commit I made. Removing qs was just a minor tweak I made to that commit. |
@Raynos ...
That argument doesn't hold when you haven't replaced the use of |
The canvas is just a fancy addition though. We don't need to have that for unfancy browsers. |
True enough. Strike last comment |
Fixes mochajs#158: removes jquery include from browser tests
No description provided.
The text was updated successfully, but these errors were encountered: