Skip to content

Commit

Permalink
fix: remove callback div, refs #185
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Jul 11, 2019
1 parent 3f85b20 commit 5d7223f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/openapi3/callbacks.def
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

### Callbacks

<div class="content well">

{{ data.operationStack.push(data.operation); }}

{{ for (var c of Object.keys(data.operation.callbacks)) { }}
Expand Down Expand Up @@ -34,6 +32,4 @@
{{ data.operation = data.operationStack.pop(); }}
{{ data.method.operation = data.operation; }}

</div>

{{?}}

0 comments on commit 5d7223f

Please sign in to comment.