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

onClose function on first time pases the hours variable as string #39

Closed
Zanisimo opened this issue Jan 11, 2012 · 1 comment
Closed

Comments

@Zanisimo
Copy link

if I define the function like this onClose : function(time, obj) then the first time it is invoked the obj.hours is containing a String of selected hour, bet next time it is a integer. For now I am using parseInt(obj.hours).

@fgelinas
Copy link
Owner

Found it, there was a place where I did not the value back to int. Fixed for minutes too. Thanks

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

No branches or pull requests

2 participants