Преглед изворни кода

Fix jsonEditor parameters when an operation is on multiple tags

bubble
Stéphane Leroy пре 7 година
родитељ
комит
5def48cf99
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/main/javascript/view/ResourceView.js

+ 1
- 1
src/main/javascript/view/ResourceView.js Прегледај датотеку

@@ -52,7 +52,7 @@ SwaggerUi.Views.ResourceView = Backbone.View.extend({

// Render an operation and add it to operations li
var operationView = new SwaggerUi.Views.OperationView({
model: operation,
model: $.extend(true,{},operation),
router: this.router,
tagName: 'li',
className: 'endpoint',


Loading…
Откажи
Сачувај