Skip to content

Commit

Permalink
revert change on Constructo's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed Jan 30, 2015
1 parent 5f63212 commit fe5be68
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions request.js
Expand Up @@ -235,11 +235,12 @@ function rfc3986 (str) {
}

function Request (options) {
// Extend the Request instance with any non-reserved properties.
// Then remove any reserved functions from the options object.
// Afterwards we set Request instance to be readable and writable
// If given the method property in options, set property explicitMethod to true
// Finally call init with options
// if given the method property in options, set property explicitMethod to true

// extend the Request instance with any non-reserved properties
// remove any reserved functions from the options object
// set Request instance to be readable and writable
// call init

var self = this
stream.Stream.call(self)
Expand Down

0 comments on commit fe5be68

Please sign in to comment.