You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I accidentally ran JSHint over detect.js when I brought it into our codebase, and it found a few issues. You can see them by just using http://www.jshint.com/
A few of them are more worrying to me than others, like parseInt not using a radix.
But I haven't actually seen the code before so I don't feel equipped to make a judgement call on the warnings.
So.. its an FYI, feel free to close.
The text was updated successfully, but these errors were encountered:
I accidentally ran JSHint over detect.js when I brought it into our codebase, and it found a few issues. You can see them by just using http://www.jshint.com/
A few of them are more worrying to me than others, like parseInt not using a radix.
But I haven't actually seen the code before so I don't feel equipped to make a judgement call on the warnings.
So.. its an FYI, feel free to close.
The text was updated successfully, but these errors were encountered: