ezekielaquino / Marquee3000

Marquees for the new millenium
https://ezekielaquino.com/2019/marquee
MIT License
438 stars 81 forks source link

Selector fix #4

Closed tristantbg closed 7 years ago

tristantbg commented 7 years ago

There was already a dot in the classname selector preventing from selecting something else than a class.

jorrit commented 5 years ago

This change introduces a bug, because the default value of the selector parameter is not changed. Also the umd and min files were not updated. Thirdly, it is not backwards compatible.

jorrit commented 5 years ago

Oh, and the selector is later used to add a class to the content element.

I recommend that this change is reverted.