From 0209cdd42b06a85f3f2c1044acd22c672ea7af8e Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Thu, 25 Sep 2014 06:04:18 -0400 Subject: [PATCH] updated lib --- dist/lib/swagger-client.js | 2 +- lib/swagger-client.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/lib/swagger-client.js b/dist/lib/swagger-client.js index cb414a37..88f93567 100644 --- a/dist/lib/swagger-client.js +++ b/dist/lib/swagger-client.js @@ -659,7 +659,7 @@ Operation.prototype.execute = function(arg1, arg2, arg3, arg4, parent) { var obj = { url: url, - method: args.method, + method: this.method, useJQuery: this.useJQuery, headers: headers, on: { diff --git a/lib/swagger-client.js b/lib/swagger-client.js index cb414a37..88f93567 100644 --- a/lib/swagger-client.js +++ b/lib/swagger-client.js @@ -659,7 +659,7 @@ Operation.prototype.execute = function(arg1, arg2, arg3, arg4, parent) { var obj = { url: url, - method: args.method, + method: this.method, useJQuery: this.useJQuery, headers: headers, on: {