mirror of https://github.com/lukechilds/node.git
Browse Source
Switch condition order to check for null before calling isNaN(). Also remove two unnecessary calls to isNaN() that are already covered by calls to isFinite(). This commit targets v0.10, as opposed to #7891, which targets master (suggested by @bnoordhuis). Closes #7840. Signed-off-by: Fedor Indutny <fedor@indutny.com>v0.10.30-release
cjihrig
11 years ago
committed by
Fedor Indutny
3 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue