Make _.isEqual treat invalid dates as equiv.

This commit is contained in:
John-David Dalton
2016-05-23 15:25:31 -07:00
parent 3fdac985c7
commit c67e347255
3 changed files with 7 additions and 9 deletions

View File

@@ -285,6 +285,7 @@
'Commutative equality is implemented for `0` and `-0`',
'`new Number(0)` and `-0` are not equal',
'Commutative equality is implemented for `new Number(0)` and `-0`',
'Invalid dates are not equal',
'false'
],
'isFinite': [