cjihrig / credit-card

Credit card validation
MIT License
104 stars 22 forks source link

IE support #23

Closed eloypnd closed 8 years ago

eloypnd commented 8 years ago

Hi guys!

We are having some issues with Internet Explorer. Object.assign is not supported in Explorer. And "assigning" objects like here and here are causing Syntax Error in all versions of Explorer.

Will you accept a PR to fix this issues?

cjihrig commented 8 years ago

Closing per #24