Skip to content

Commit 67254fd

Browse files
committed
Removed code from dash template.
1 parent 3b945eb commit 67254fd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

templates/dash/method.hbs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,6 @@ pre .hljs {
118118

119119
{{/if}}
120120

121-
{{#if code}}
122-
123-
<section class="code">
124-
125-
<h3>Code</h3>
126-
127-
<pre><code class="hljs javascript">{{{highlightBlock code}}}</code></pre>
128-
129-
</section>
130-
131-
{{/if}}
132-
133121
<section class="returns">
134122

135123
<h3>Returns</h3>

0 commit comments

Comments
 (0)