Browse Source

manually applied #458

bubble
Tony Tam 9 years ago
parent
commit
bc0a214ffa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/coffeescript/view/OperationView.coffee

+ 1
- 1
src/main/coffeescript/view/OperationView.coffee View File

@@ -109,7 +109,7 @@ class OperationView extends Backbone.View
contentTypeModel.produces = @model.produces

for param in @model.parameters
type = param.type || param.dataType
type = param.type || param.dataType || ''
if typeof type is 'undefined'
schema = param.schema
if schema and schema['$ref']


Loading…
Cancel
Save