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

lib: reduce util.is*() usage #647

Closed
wants to merge 1 commit into from
Closed

lib: reduce util.is*() usage #647

wants to merge 1 commit into from

Commits on Jan 31, 2015

  1. lib: reduce util.is*() usage

    Many of the util.is*() methods used to check data types
    simply compare against a single value or the result of
    typeof. This commit replaces calls to these methods with
    equivalent checks. This commit does not touch calls to the
    more complex methods (isRegExp(), isDate(), etc.).
    cjihrig committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    b4ccdec View commit details
    Browse the repository at this point in the history