瀏覽代碼

updated lib

bubble
Tony Tam 10 年之前
父節點
當前提交
0209cdd42b
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      dist/lib/swagger-client.js
  2. +1
    -1
      lib/swagger-client.js

+ 1
- 1
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: {


+ 1
- 1
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: {


Loading…
取消
儲存