adopted-ember-addons / ember-validators

A collection of EmberJS validators
Other
24 stars 40 forks source link

odd check should not treat 21.21 as odd #91

Closed pjfanning closed 3 years ago

pjfanning commented 3 years ago

The even check treats 22.22 as not even -- so I think for consistency, the odd check should not treat 21.21 as odd

I have a suggested fix in https://github.com/offirgolan/ember-validators/pull/90