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

Allow for 0 in values. #89

Merged
merged 3 commits into from Oct 17, 2015

Commits on Sep 20, 2013

  1. Allow for 0 in values.

    Testing if ( val && val < min ) means that values of 0 will not count. That doesn't seem correct to me.
    andyburke committed Sep 20, 2013
    Copy the full SHA
    bad3e44 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2c41104 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c24fcc1 View commit details
    Browse the repository at this point in the history