FlipClock icon indicating copy to clipboard operation
FlipClock copied to clipboard

Fix: EnglishAlphaFace fails to init because of missing default options

Open nathanpbell opened this issue 9 years ago • 0 comments

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.

nathanpbell avatar Jan 31 '16 05:01 nathanpbell