binaryage / binaryage/firequery
Firequery spams warnings in console
Open
investigate
- Dominant language
- JavaScript
- Stars
- 170
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Firequery spams messages to the console of the webdeveloper plugin, when a page doesn't use jQuery (Click on right icon in the WebDeveloper Toolbar).
It's the check in Line 136:
if (window.jQuery) {
That results in many "Warning: window.jQuery is undefined" messages...
Better use a typeof check :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.