cujojs / most

Ultra-high performance reactive programming
MIT License
3.5k stars 231 forks source link

docs(api): specify unit of delay #456

Closed Sinewyk closed 7 years ago

Sinewyk commented 7 years ago

Summary

I never remember if most tries to be smart and delayTime is in seconds, or if it's ms ...

This adds the unit on the delayTime argument of the delay operator in the api docs.

Sinewyk commented 7 years ago

Done