forked from danielrh/protojs
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
When compiling the script with the google closure tools, the following warnings occur:
inc\third_party\protobuf.js:1175: WARNING - Comparison again NaN is always false. Did you mean isNaN()?
if (n == NaN) {
^
inc\third_party\protobuf.js:1188: WARNING - Comparison again NaN is always false. Did you mean isNaN()?
if (n == NaN) {
^
inc\third_party\protobuf.js:1339: WARNING - Comparison again NaN is always false. Did you mean isNaN()?
if (n == NaN) {
^
According to the compiler, isNaN should be used in this code.
Metadata
Metadata
Assignees
Labels
No labels