-
Notifications
You must be signed in to change notification settings - Fork 622
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
create CronJob.stop() #9
Comments
Mahalo. If you want commit credit for the addition just fork, patch, test, and send a pull request. Otherwise, I'll add this at some point in the near future. |
Ah it's ok :) |
oops. |
This is resolved as a part of GH-10. For the changes see the master branch. This is still a work in progress. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
and here it is:
stop: function(){
return clearInterval(this.timer);
}
The text was updated successfully, but these errors were encountered: