Skip to content

Commit bc0a214

Browse files
committed
manually applied #458
1 parent f7c14fa commit bc0a214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/coffeescript/view/OperationView.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class OperationView extends Backbone.View
109109
contentTypeModel.produces = @model.produces
110110

111111
for param in @model.parameters
112-
type = param.type || param.dataType
112+
type = param.type || param.dataType || ''
113113
if typeof type is 'undefined'
114114
schema = param.schema
115115
if schema and schema['$ref']

0 commit comments

Comments
 (0)