Sfoglia il codice sorgente

updated lib

bubble
Tony Tam 10 anni fa
parent
commit
0209cdd42b
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      dist/lib/swagger-client.js
  2. +1
    -1
      lib/swagger-client.js

+ 1
- 1
dist/lib/swagger-client.js Vedi File

@@ -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 Vedi File

@@ -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: {


Caricamento…
Annulla
Salva