File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,15 +129,16 @@ request.defaults = function (options, requester) {
129129 }
130130 }
131131
132- defaults = wrap ( this )
133- defaults . get = wrap ( this . get )
134- defaults . patch = wrap ( this . patch )
135- defaults . post = wrap ( this . post )
136- defaults . put = wrap ( this . put )
137- defaults . head = wrap ( this . head )
138- defaults . del = wrap ( this . del )
139- defaults . cookie = wrap ( this . cookie )
140- defaults . jar = this . jar
132+ defaults = wrap ( this )
133+ defaults . get = wrap ( this . get )
134+ defaults . patch = wrap ( this . patch )
135+ defaults . post = wrap ( this . post )
136+ defaults . put = wrap ( this . put )
137+ defaults . head = wrap ( this . head )
138+ defaults . del = wrap ( this . del )
139+ defaults . cookie = wrap ( this . cookie )
140+ defaults . jar = this . jar
141+ defaults . defaults = this . defaults
141142 return defaults
142143}
143144
You can’t perform that action at this time.
0 commit comments