no longer need to expose promise on reponse constructor now that body constructor exists

This commit is contained in:
David Frank 2016-03-19 15:46:23 +08:00
parent 532adab676
commit dec9c7bda6
1 changed files with 0 additions and 3 deletions

View File

@ -33,6 +33,3 @@ function Response(body, opts) {
}
Response.prototype = Object.create(Body.prototype);
// expose Promise
Response.Promise = global.Promise;