Commit 7dde95a8 authored by Trevor Norris's avatar Trevor Norris
Browse files

async-wrap: remove before/after calls in init

It doesn't make sense to call before/after callbacks in init to the
parent because they'll be made anyway from MakeCallback. If information
does need to be propagated then it should be done automatically. Will
deal with this if the issue arrises in the future.

PR-URL: https://github.com/iojs/io.js/pull/1614


Reviewed-By: default avatarBen Noordhuis <info@bnoordhuis.nl>
parent bd42ba05
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment