Skip to content

Conversation

ibrahimabdo
Copy link

No description provided.

if (this.minuteStep > 60) {
var hourStep = Math.floor(this.minuteStep / 60);
minuteStep -= (hourStep * 60);
if (minuteStep == 0) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

=== please; this fails lint checks

@mrhota
Copy link
Collaborator

mrhota commented Dec 7, 2015

Please add some unit tests when you get a chance. Thanks for contributing!

@mrhota
Copy link
Collaborator

mrhota commented Dec 7, 2015

also, if you could squash this into one commit, that would be great.

@yoyo837
Copy link

yoyo837 commented Mar 30, 2018

Has the maintainer given up on this repo?

yoyo837 added a commit to yoyo837/goon-bootstrap-timepicker that referenced this pull request Mar 30, 2018
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.

3 participants