Skip to content

Commit

Permalink
Adding a trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 14, 2014
1 parent 9eeb6e2 commit 61fb37f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -4,3 +4,4 @@ module.exports = function isNegativeZero(value) {
var number = Number(value);
return number === 0 && (1 / number) === -Infinity;
};

This comment has been minimized.

Copy link
@hemanth

hemanth May 14, 2014

👍 This was my first issues is es6-shim

0 comments on commit 61fb37f

Please sign in to comment.