zlib: fix linting recently-introduced lint error by Trott · Pull Request #9524 · nodejs/node
Trott
mentioned this pull request
Remove unnecessary named function. V8 will do a better job inferring the name from the assignment to a property. The current formulation does not pass linting.
Trott
changed the title
zlib: fix linting recently-introduce lint error
zlib: fix linting recently-introduced lint error
Trott added a commit to Trott/io.js that referenced this pull request
Nov 9, 2016Remove unnecessary named function. V8 will do a better job inferring the name from the assignment to a property. The current formulation does not pass linting. PR-URL: nodejs#9524 Reviewed-By: Anna Henningsen <anna@addaleax.net>
addaleax pushed a commit that referenced this pull request
Nov 22, 2016Remove unnecessary named function. V8 will do a better job inferring the name from the assignment to a property. The current formulation does not pass linting. PR-URL: #9524 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Trott
deleted the
fix-lint-issue
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters