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: remove unnecessary assignments with _extend #11364

Commits on Feb 14, 2017

  1. lib: remove unnecessary assignments with _extend

    The first parameter to `util._extend` is the target object. Assigning
    the target object to the result of `util._extend` is not necessary.
    thefourtheye committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    1c9bb0f View commit details
    Browse the repository at this point in the history