netbeast / colorsys

:art: Minimalistic color converter for RGB, HSV, HSL, CMYK, HEX and CSS strings
http://getyeti.co
MIT License
57 stars 16 forks source link

ColorSys >=1.0.18: Arrow Function #9

Closed f-aubert closed 6 years ago

f-aubert commented 6 years ago

Hello, I happen to use ColorSys with IE 11, and from version 1.0.18 it contains a single arrow function, as far as I can tell, 'rotateHue'? that causes IE 11 troubles. Is there a reason to use an arrow function there? Could it be rewritten? Thanks

jsdario commented 6 years ago

Hi, thanks for opening an issue!

No, there is not any specific reason. I encourage you to submit a PR changing it :)

ashish-kale commented 6 years ago

@jsdario please see PR #10 for this