Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can modify options after initialization and invoking countdown method #258

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jjwann
Copy link

@jjwann jjwann commented Apr 6, 2017

Hi,
I don't know if I'm using GitHub properly, but I made the following change to the codebase. When initializing the countdown timer, I could pass in an object with a defer property such that I could start the timer at a later time. However, when I invoke the "countdown" method later the timer starts immediately. I wanted the option such that I could specify that future invocations of the "countdown" method requires an explicit call to "start" to actually start the timer.
Having made the modification, I might as well provide the user the ability to specify other options when invoking the "countdown" method (specifically, he/she can set the elapse and precision option for the next invocation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant