hilios / jQuery.countdown

The Final Countdown plugin for jQuery
http://hilios.github.io/jQuery.countdown/
MIT License
2.3k stars 720 forks source link

Inconsistency between Documentation & Code @ Event Name #235

Open probstm opened 7 years ago

probstm commented 7 years ago

The documentation in section Events is not consistent with the code.

Documentation tells that on stop/pause an event named 'stop' is send. What's being really send out is an event named 'stoped'. See Line 151 in countdown.js

Maybe you want to correct the documentation here :-)

hilios commented 7 years ago

Great catch man! Thank you for that!