thooyork / thooClock

jQuery analogue AlarmClock Plugin
MIT License
30 stars 17 forks source link

prevent JS error if onAlarm and offAlarm are not declared in object constructor #8

Closed soif closed 9 years ago

soif commented 9 years ago

If you instance a thooClock WITHOUT declaring "onAlarm" or "offAlarm" functions in the constructor, when you call :

This PR fix this!