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

Use dashes to format invalid times #627

Closed
wants to merge 2 commits into from
Closed

Commits on Jul 8, 2013

  1. Use dashes to format invalid times

    If the number of seconds to be formatted is NaN or Infinity, use dashes to substitute for the digits.
    dmlap committed Jul 8, 2013
    Configuration menu
    Copy the full SHA
    2cacf24 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2013

  1. Use a string literal to reference isNaN

    Make sure it isn't mangled by Google closure.
    dmlap committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    9861c3a View commit details
    Browse the repository at this point in the history