FlipClock
FlipClock copied to clipboard
Fix: EnglishAlphaFace fails to init because of missing default options
The "english-alphabetical-clock.html" example is broken. There is a javascript error that is caused by EnglishAlphaList.js not having (or inheriting) the "classes" options array from List.js
This fix adds the required "classes" options to EnglishAlphaList.js so that the EnglishAlphaFace no longer results in a runtime error.