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

dgram: scope redeclared variables #4940

Closed
wants to merge 1 commit into from

Commits on Jan 29, 2016

  1. dgram: scope redeclared variables

    A few variables in `lib/dgram.js` are redeclared with `var` in a scope
    where they have already been declared. These instances can be scoped
    more narrowly with `const`, so that's what this change does.
    Trott committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    727d89b View commit details
    Browse the repository at this point in the history