fix for #388
This commit is contained in:
8
dist/lib/swagger.js
vendored
8
dist/lib/swagger.js
vendored
@@ -53,7 +53,9 @@
|
||||
useJQuery: this.useJQuery,
|
||||
url: this.url,
|
||||
method: "get",
|
||||
headers: {},
|
||||
headers: {
|
||||
accept: "application/json"
|
||||
},
|
||||
on: {
|
||||
error: function(response) {
|
||||
if (_this.url.substring(0, 4) !== 'http') {
|
||||
@@ -304,7 +306,9 @@
|
||||
url: this.url,
|
||||
method: "get",
|
||||
useJQuery: this.useJQuery,
|
||||
headers: {},
|
||||
headers: {
|
||||
accept: "application/json"
|
||||
},
|
||||
on: {
|
||||
error: function(response) {
|
||||
return _this.api.fail("Unable to read api '" + _this.name + "' from path " + _this.url + " (server returned " + response.statusText + ")");
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "swagger-ui",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"description": "Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
|
||||
"scripts": {
|
||||
"build": "PATH=$PATH:./node_modules/.bin cake dist",
|
||||
@@ -19,7 +19,7 @@
|
||||
"readmeFilename": "README.md",
|
||||
"dependencies": {
|
||||
"coffee-script": "~1.5.0",
|
||||
"swagger-client": "2.0.10",
|
||||
"swagger-client": "2.0.11",
|
||||
"handlebars": "~1.0.10",
|
||||
"less": "~1.4.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user