Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ihor Kaharlichenko
swagger-ui-oms
Commits
348f1e10
Commit
348f1e10
authored
Sep 26, 2013
by
Tony Tam
Browse files
updated swagger-js
parent
abc36009
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
dist/lib/swagger.js
View file @
348f1e10
...
...
@@ -301,7 +301,7 @@
headers
:
{},
on
:
{
error
:
function
(
response
)
{
return
_this
.
api
.
fail
(
"
Unable to read api '
"
+
_this
.
name
+
"
' from path
"
+
_this
.
url
+
"
(server returned
"
+
error
.
statusText
+
"
)
"
);
return
_this
.
api
.
fail
(
"
Unable to read api '
"
+
_this
.
name
+
"
' from path
"
+
_this
.
url
+
"
(server returned
"
+
response
.
statusText
+
"
)
"
);
},
response
:
function
(
rawResponse
)
{
var
response
;
...
...
dist/swagger-ui.min.js
View file @
348f1e10
This diff is collapsed.
Click to expand it.
lib/swagger.js
View file @
348f1e10
...
...
@@ -301,7 +301,7 @@
headers
:
{},
on
:
{
error
:
function
(
response
)
{
return
_this
.
api
.
fail
(
"
Unable to read api '
"
+
_this
.
name
+
"
' from path
"
+
_this
.
url
+
"
(server returned
"
+
error
.
statusText
+
"
)
"
);
return
_this
.
api
.
fail
(
"
Unable to read api '
"
+
_this
.
name
+
"
' from path
"
+
_this
.
url
+
"
(server returned
"
+
response
.
statusText
+
"
)
"
);
},
response
:
function
(
rawResponse
)
{
var
response
;
...
...
package.json
View file @
348f1e10
{
"name"
:
"swagger-ui"
,
"version"
:
"2.0.
1
"
,
"version"
:
"2.0.
2
"
,
"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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment