GitHub user chrisgavin opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/155
Fix an incorrect comparison with NaN.
I spotted this check of a number against `NaN` that don't seem to be
correct. In JavaScript `NaN` is not equal to anything, not even itself. I've
fixed this check to use the built in `isNaN` function instead which should
correctly check if the variable is `NaN`.
---
I found this issue through
[lgtm.com](https://lgtm.com/projects/g/apache/incubator-guacamole-client/alerts/),
a service that analyzes open-source code to look for potential problems. (Full
disclosure: I work for the company that operates it.)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chrisgavin/incubator-guacamole-client nan
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/155.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #155
----
commit 031a3a22e3602dfb29987ddd7edd87ff24847bc9
Author: Chris Gavin <[email protected]>
Date: 2017-05-07T10:04:12Z
Fix an incorrect comparison with NaN.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---