Skip to content

Commit

Permalink
Merge pull request #891 from sibbl/master
Browse files Browse the repository at this point in the history
Pass enableCookies option from SwaggerClient options to SwaggerHttp
  • Loading branch information
fehguy authored Nov 1, 2016
2 parents d10252c + 633d2c1 commit aeead91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ SwaggerClient.prototype.build = function (mock) {
useJQuery: this.useJQuery,
jqueryAjaxCache: this.jqueryAjaxCache,
connectionAgent: this.connectionAgent,
enableCookies: this.enableCookies,
url: this.url,
method: 'get',
headers: {
Expand Down

0 comments on commit aeead91

Please # to comment.